summaryrefslogtreecommitdiff
path: root/test/run.py
Commit message (Collapse)AuthorAgeFilesLines
* improve test script name clarity; expand test docs; cleanup docker run scriptAdam Hupp2022-04-251-35/+0
|
* skip magic_descriptor tests in centos 7Adam Hupp2021-01-151-2/+3
|
* Revert "Remove Python2 from the tests"Adam Hupp2021-01-151-0/+2
| | | | This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
* Merge branch 'master' into redo-compatAdam Hupp2021-01-151-2/+1
|\
| * Add support for Python 3.9Miroslav Šedivý2021-01-111-1/+1
| |
* | Reformat according to PEPSchoolGuy2021-01-131-2/+2
| | | | | | | | I achieved this via the PyCharm Reformat Shortcut
* | Remove Python2 from the testsSchoolGuy2021-01-131-1/+1
| |
* | Merge in compatability mode with libmagicAdam Hupp2017-12-041-0/+1
|/ | | | | | | | | | | | | The libmagic distribution uses the same package name `magic` as python-magic, but has an incompatible API. This change merges in a copy of libmagic's bindings, wrapped to give deprecation warnings. This is intended to a) mitigate the short-term pain to users and packagers who need to figure out which to use, and b) give us a path to merging the two sets of bindings. I'd be happy for libmagic to take over this package if we could find a path to it.
* Improve test coverageAdam Hupp2020-05-051-0/+32
Make sure we fail early if any versions fail, and move to a python test runner since I can never remember how to use bash.