summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7b85527..fb1bc0e 100644
--- a/README.md
+++ b/README.md
@@ -101,22 +101,23 @@ triage it.
## Running the tests
-To run the tests across a variety of linux distributions (depends on Docker):
+We use the `tox` test runner which can be installed with `python -m pip install tox`.
+
+To run tests locally across all available python versions:
```
-./test_docker.sh
+python -m tox
```
-To run tests locally across all available python versions:
+Or to run just against a single version:
```
-./test/run.py
+python -m tox py
```
-
-To run against a specific python version:
+To run the tests across a variety of linux distributions (depends on Docker):
```
-LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
+./test/run_all_docker_test.sh
```
## libmagic python API compatibility