summaryrefslogtreecommitdiff
path: root/test/libmagic_test.py
Commit message (Collapse)AuthorAgeFilesLines
* correctly find path to testdata when running from rootAdam Hupp2022-04-251-1/+5
|
* Update tests and docker config for newer versionsAdam Hupp2021-06-011-2/+2
|
* skip magic_descriptor tests in centos 7Adam Hupp2021-01-151-1/+8
|
* Reformat according to PEPSchoolGuy2021-01-131-0/+1
| | | | I achieved this via the PyCharm Reformat Shortcut
* Fix path of the test pdfSchoolGuy2021-01-131-2/+1
|
* fix libmagic testAdam Hupp2018-01-141-1/+5
|
* Merge in compatability mode with libmagicAdam Hupp2017-12-041-0/+35
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.