Backupbot Tests #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
backupbot.py
script itself using python tests?CI is currently running the old version: https://git.coopcloud.tech/coop-cloud/backup-bot-two/src/branch/main/.drone.yml we could at least be running linter or a
python -i ...
over the script to check it can run through?Working on the integration tests, ran into #34 and #32 🤓
Annnnd #35
This is all for the "no backups, starting from scratch" use case.
I see also
backup snapshots
works well but outputs nothing if there are no snapshots. Could we maybe get a "there are no snapshots" output to tell the user what is going on?Fixed:
8750ec1813
I think we're having issues with the
abra
integration test suite being huge and only runnable locally.So we might want to consider setting up our own integration suite here?
We could copy the
abra
test suite approach.Just to note, in the meantime, we've set up an automated CI for
abra
running on a specifically provisioned CI server. This could be re-used for this test suite, also using the Bash Framework ™ approach.