File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments