summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update for deprecation of testing in setup.pyAdam Hupp2020-05-051-0/+6
* Improve test coverageAdam Hupp2020-05-055-21/+35
* Add alternative output for Parquet fileAdam Hupp2020-03-311-2/+2
* Add script to drive linux docker tests now that it supports WSL2, and fix foc...Adam Hupp2020-03-312-2/+2
* Adding snappy parquet to testKyle Prifogle2020-03-302-0/+2
* Expose magic_version as magic.version(), which returns an integer representin...Adam Hupp2020-01-241-0/+3
* Add dockerfiles for running tests on various Ubuntu LTS versionsAdam Hupp2020-01-116-2/+39
* Hopefully fix #105Adam Hupp2020-01-111-1/+5
* actually fix CIAdam Hupp2019-12-112-2/+1
* Fix path for CIAdam Hupp2019-12-111-0/+0
* Fix https://github.com/ahupp/python-magic/issues/190Adam Hupp2019-12-113-1/+6
* Updated constructor to accept the raw flag and pass it to the underlying libr...rmspeers2018-09-202-0/+20
* Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn'tfix-ciAdam Hupp2018-09-011-6/+2
* getparam/setparam support #163Christoph Biedl2018-08-161-0/+8
* Apply change from Corin-EU to allow tests to be run from any directoryAdam Hupp2018-08-161-3/+5
* fixes to run.shAdam Hupp2018-08-161-2/+2
* Make test runner handle missing python versions, based on a change fromAdam Hupp2018-08-161-4/+11
* Merge pull request #177 from sbraz/bufferAdam Hupp2018-08-151-11/+14
|\
| * Tests: allow differences when reading a buffer or a file, fixes #173Louis Sautier2018-08-141-11/+14
* | Allow x-gzip as MIME type for gzip files, fixes #96Louis Sautier2018-08-131-1/+1
|/
* Remove Python 2.6Hugo2018-03-191-2/+0
* Bring "from_file()" under testGuido A.J. Stevens2018-01-251-0/+6
* PEP8Guido A.J. Stevens2018-01-251-11/+18
* fix test for xenial since travis started enabling itAdam Hupp2017-12-091-5/+5
* Merge pull request #149 from hugovk/fix-ciAdam Hupp2017-11-201-1/+1
|\
| * Revert "update filetype reported by libmagic >=5.23 for keep_going=true"Hugo2017-10-141-1/+1
* | python3 str handlingAdam Hupp2017-11-202-1/+10
|/
* update filetype reported by libmagic >=5.23 for keep_going=trueAdam Hupp2017-10-011-1/+1
* use my own photo to avoid licensing concernsAdam Hupp2017-10-011-0/+0
* rename magic.pyc to avoid cleaning during build stepAdam Hupp2017-09-142-2/+2
* Return str rather than bytes for the description strings on python3.Adam Hupp2016-06-051-6/+3
* propagate exception in other branch of 509 hackAdam Hupp2016-06-051-0/+11
* hopefully fix tests on whatever travisci usesAdam Hupp2016-03-211-9/+18
* rename the unicode lambda file to "lambda" and rename it at runtime when runn...Adam Hupp2016-03-202-10/+15
* Fix travis configRaphaƫl Vinot2015-11-062-0/+0
* force GMT so test runs consistentlytz-testfixAdam Hupp2015-11-061-2/+6
* update test output for libmagic in debian jessieAdam Hupp2015-10-191-4/+4
* Include tests in the sdist tarballAdam Hupp2015-07-299-0/+294