Commit Graph

34 Commits (master)

Author SHA1 Message Date
Dan Helfman 2934d0902c Code spell checking on every test run! 2 months ago
Dan Helfman f42890430c Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2 months ago
Dan Helfman 5d19d86e4a Add flake8-quotes to complain about incorrect quoting so I don't have to! 3 months ago
Dan Helfman ab4c08019c Upgrade pytest test dependency (security). 6 months ago
Dan Helfman 48f44d2f3d Add tests for compact action (#394). 1 year ago
Dan Helfman 96384d5ee1 Attempt to fix typed-ast build issue by relaxing version requirements in test. 1 year ago
Dan Helfman 8ed5467435 Drop support for Python 3.6. Add support for 3.10. 1 year ago
Dan Helfman 27d37b606b Better error messages! Switch the library used for validating configuration files (from pykwalify to jsonschema). 2 years ago
Dan Helfman 73235e59be Upgrade "py" test dependency (security). 2 years ago
Dan Helfman c43b50b6e6 Upgrade PyYAML. 2 years ago
Dan Helfman c072678936 Add support for ruamel.yaml 0.17.x YAML parsing library (#404). 2 years ago
Dan Helfman 631da1465e Add support for Python 3.9. 2 years ago
Dan Helfman 1f4f28b4dc Drop support for Python 3.5. Only support black code formatter on Python 3.8+. 3 years ago
Dan Helfman ea6cd53067 Update versions of test dependencies (test_requirements.txt and test containers). 3 years ago
Dan Helfman 76c569cf84 Update test requirements. 4 years ago
Dan Helfman 128ebf04ce Dead man's switch via healthchecks.io integration (#223) + new monitoring documentation. 4 years ago
Dan Helfman d6ac7a9192 Upgrade various dependencies. 4 years ago
Dan Helfman 39e5aac479 If a "prefix" option in borgmatic's configuration has an empty value (blank or ""), then disable default prefix. 4 years ago
Dan Helfman a6c4debf78 Additional test coverage, and upgrade test requirements. 4 years ago
Dan Helfman a74ad5475e Run all Borg commands such that they log to syslog as well as console. 4 years ago
Luke Murphy b94dbff216
Add isort configuration
Closes witten/borgmatic#169.
4 years ago
Luke Murphy 30f007687a
Add colorama to testing dependencies 4 years ago
Dan Helfman 71b1c3dfb0 Make automated tests support running in Python 3.5. 5 years ago
Dan Helfman 2299e5d41e Additional dependency version pins in test requirements. 5 years ago
Dan Helfman 3f22a99412 Rev pykwalify. 5 years ago
Dan Helfman 56ad1d164a Use Flake8 code checker as part of running automated tests. 5 years ago
Dan Helfman 76d6a69f5a Use Black code formatter as part of running automated tests. 5 years ago
Dan Helfman 1bc71e1c5d Upgrade test requirements. 5 years ago
Dan Helfman 1d4a9510b8 Upgrade pytest. 5 years ago
Dan Helfman d29c7956bc Upgrade ruamel.yaml compatibility version range and fix support for Python 3.7 (#38, #76). 5 years ago
Dan Helfman f19a40ef9c Basic YAML generating / validating / converting to. 6 years ago
Dan Helfman df9cc6a7d2 Switching from the no-longer-maintained nose test runner to pytest. 7 years ago
Dan Helfman 448c2593ed Refreshing flexmock version in test requirements. 7 years ago
Dan Helfman 5bc7c04cdf Now using tox to run tests against multiple versions of Python in one go. 8 years ago