File: README

package info (click to toggle)
python-magic 2%3A0.4.27-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: python: 710; sh: 13; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
There are a few ways to run the python-magic tests

 1. `pytest` will run the test suite against your default version of python
 2. `./test/run_all_versions.py` will run the tests against all installed versions of python.
 3. `./test/run_all_docker_test.sh` will run against a variety of different Linux distributions, using docker.