This website requires JavaScript.
Explore
Help
Register
Sign In
borgmatic-collective
/
borgmatic
Watch
10
Star
71
Fork
43
You've already forked borgmatic
Code
Issues
48
Pull Requests
6
Actions
1
Packages
Releases
153
Activity
Files
458d157e629573e3a6f4dc78dcb14772765407f7
borgmatic
/
tests
/
end-to-end
History
Dan Helfman
c687dafdd2
All checks were successful
continuous-integration/drone/push
Build is passing
Details
Fix a traceback when an invalid command-line flag or action is used (
#768
).
2023-10-06 21:00:23 -07:00
..
__init__.py
Add an end-to-end automated test that actually integrates with Borg.
2018-09-30 17:30:04 -07:00
docker-compose.yaml
Fix for database "restore" action not actually restore anything (
#738
).
2023-08-14 12:43:21 -07:00
test_borgmatic.py
To prevent argument parsing errors on ambiguous commands, drop support for multiple consecutive flag values.
2023-07-13 19:25:14 -07:00
test_completion.py
add e2e fish test
2023-05-04 13:27:00 -07:00
test_database.py
Fix for database "restore" action not actually restore anything (
#738
).
2023-08-14 12:43:21 -07:00
test_dev_parity_with_build_server.py
Add comment describing need for dev-CI parity test.
2023-06-22 14:37:08 -07:00
test_generate_config.py
Fix edge case in which "--config somepath.yaml" followed by an action alias (e.g. init for rcreate) wasn't parsed correctly (
#716
).
2023-06-24 15:35:10 -07:00
test_invalid_flag.py
Fix a traceback when an invalid command-line flag or action is used (
#768
).
2023-10-06 21:00:23 -07:00
test_override.py
Fix broken bootstrap action (
#721
).
2023-07-12 09:39:45 -07:00
test_validate_config.py
Fix (some) end-to-end tests (
#721
).
2023-07-09 17:40:02 -07:00