Skip to content

Commit 05fde96

Browse files
committed
further update README for test running changes
1 parent ea2150d commit 05fde96

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,23 @@ triage it.
101101

102102
## Running the tests
103103

104-
To run the tests across a variety of linux distributions (depends on Docker):
104+
We use the `tox` test runner which can be installed with `python -m pip install tox`.
105+
106+
To run tests locally across all available python versions:
105107

106108
```
107-
./test_docker.sh
109+
python -m tox
108110
```
109111

110-
To run tests locally across all available python versions:
112+
Or to run just against a single version:
111113

112114
```
113-
./test/run.py
115+
python -m tox py
114116
```
115-
116-
To run against a specific python version:
117+
To run the tests across a variety of linux distributions (depends on Docker):
117118

118119
```
119-
LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
120+
./test/run_all_docker_test.sh
120121
```
121122

122123
## libmagic python API compatibility

0 commit comments

Comments
 (0)