Commit Graph

44 Commits (master)

Author SHA1 Message Date
Dan Helfman 2934d0902c Code spell checking on every test run! 2 months ago
Dan Helfman ca4461820d Add support for Python 3.11. 2 months ago
Dan Helfman 9317cbaaf0 Code formatting. 1 year ago
Dan Helfman 8ed5467435 Drop support for Python 3.6. Add support for 3.10. 1 year 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 c6cb21a748 Switch to read-only container filesystem to avoid *.pyc getting created with busted permissions. 4 years ago
Dan Helfman 464ff2fe96 Run end-to-end tests on developer machines with Docker Compose for approximate parity with continuous integration tests. 4 years ago
Dan Helfman 08f017bc3e Remove broken Tox Python version filter when running Black (code formatter) environment directly. 4 years ago
Dan Helfman 5422d14f93 Add Python 3.8. 4 years ago
Dan Helfman e6d8c736d0 Documentation feedback: Don't hard-code Python 3.7 for Black. 4 years ago
Dan Helfman 2c46f53ef6 Attempt to upgrade version of pip used in CI. 4 years ago
Luke Murphy 60650ccfc7
Follow latest Tox developments 4 years ago
Dan Helfman a6c4debf78 Additional test coverage, and upgrade test requirements. 4 years ago
Luke Murphy 917a0dd0a0
Pass posargs to pytest in main testenv 4 years ago
Luke Murphy 358aed7c31
Allow to only run unit tests with Tox 4 years ago
Dan Helfman 9893834e85 Pass positional arguments to Tox environments commands. 4 years ago
Luke Murphy 7974219389
Make sure to pass `posargs` for Tox testenvs 4 years ago
Luke Murphy 85251cf5d4
Ensure to remove cache files for Tox runs 4 years ago
Dan Helfman bb8b1e58e8 PR feedback: Consistency. 4 years ago
Dan Helfman 06261d8c86 Merge branch 'master' into tox-skip-missing-interpreters 4 years ago
Dan Helfman 0defaf9cb5 Run tests for all installed versions of Python (#166). 4 years ago
Dan Helfman ed2c6053de Upgrade pip to a particular version during local test and CI. 4 years ago
Luke Murphy b94dbff216
Add isort configuration
Closes witten/borgmatic#169.
4 years ago
Luke Murphy 4c30c94258
Add workaround for editable failure
See witten/borgmatic#165.
4 years ago
Luke Murphy 20b8b45aeb
Remove all configuration from Tox file
This puts tool configuration in their familiar and standard
locations and simplifies the Tox configuration to just laying
out the environments and factors.

This also allows users who do not want to deal with overhead of Tox (for
whatever reasons ...) to run pytest/black/etc. and have the same
behaviour.
4 years ago
Luke Murphy 82ec45e375
Pin tox version
Towards more reproducible results with Tox.
4 years ago
Dan Helfman e323290e61 Switch from bash to sh for black wrapper. 5 years ago
Dan Helfman 1ab44d4201 Wrap black with script that skips it if Python version < 3.6. 5 years ago
Dan Helfman 71b1c3dfb0 Make automated tests support running in Python 3.5. 5 years ago
Dan Helfman 3ce5533103 Make end-to-end test clean up after itself, and drop unnecessary use of Docker for it. 5 years ago
Dan Helfman 0b164973e0 Add an end-to-end automated test that actually integrates with Borg. 5 years ago
Dan Helfman a125df991b Move tests to the root of the repository, in keeping with more common convention. 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 61033bb4e5 Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically. 5 years ago
Dan Helfman f4e5dc8382 Adding test coverage report. Making tests a little less brittle. 6 years ago
Dan Helfman f19a40ef9c Basic YAML generating / validating / converting to. 6 years ago
Dan Helfman 9212f87735 Dropped Python 2 support. Now Python 3 only. 6 years ago
Dan Helfman a45d7bec81 #21: Fix for verbosity flag not actually causing verbose output. 7 years ago
Dan Helfman df9cc6a7d2 Switching from the no-longer-maintained nose test runner to pytest. 7 years ago
Dan Helfman 301eb4926e Passing through command-line options from tox to nosetests. 8 years ago
Dan Helfman 5bc7c04cdf Now using tox to run tests against multiple versions of Python in one go. 8 years ago