| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve test script name clarity; expand test docs; cleanup docker run script | Adam Hupp | 2022-04-25 | 1 | -35/+0 |
| | | |||||
| * | skip magic_descriptor tests in centos 7 | Adam Hupp | 2021-01-15 | 1 | -2/+3 |
| | | |||||
| * | Revert "Remove Python2 from the tests" | Adam Hupp | 2021-01-15 | 1 | -0/+2 |
| | | | | | This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7. | ||||
| * | Merge branch 'master' into redo-compat | Adam Hupp | 2021-01-15 | 1 | -2/+1 |
| |\ | |||||
| | * | Add support for Python 3.9 | Miroslav Šedivý | 2021-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Reformat according to PEP | SchoolGuy | 2021-01-13 | 1 | -2/+2 |
| | | | | | | | | | I achieved this via the PyCharm Reformat Shortcut | ||||
| * | | Remove Python2 from the tests | SchoolGuy | 2021-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge in compatability mode with libmagic | Adam Hupp | 2017-12-04 | 1 | -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 coverage | Adam Hupp | 2020-05-05 | 1 | -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. | |||||
