diff options
| author | Adam Hupp <adam@hupp.org> | 2020-05-05 14:57:10 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2020-05-05 14:57:10 -0700 |
| commit | feae58b90c40d6f35ae2f4a921e938f4307e2822 (patch) | |
| tree | 43b59a118f977c0f1a897da3f07c35481031e51d /README.md | |
| parent | 62f4c78f19965d8ff6a1072bc09c61b11d1277f6 (diff) | |
| download | python-magic-feae58b90c40d6f35ae2f4a921e938f4307e2822.tar.gz | |
- update tox config to run w/out setup.py
- document test running process
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -98,6 +98,20 @@ tracker here: https://bugs.astron.com/my_view_page.php. If you're not sure where the bug lies feel free to file an issue on GitHub and I can triage it. +## Running the tests + +To run the tests across 3 recent Ubuntu LTS releases (depends on Docker): + + $ ./test_docker.sh + +To run tests locally across all available python versions: + + $ ./test/run.py + +To run against a specific python version: + + $ LC_ALL=en_US.UTF-8 python3 test/test.py + ## Versioning Minor version bumps should be backwards compatible. Major bumps are not. |
