summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_33_identifier.py to avoid reuse of old test data filesDavide Brunato2020-11-161-0/+1
| | | | | | | | | | | - If for any reason the dbm.dumb is used for saving subject.db data the following tests can fail because subject.db.dat and subject.db.dir are not removed. To avoid this additional deletes of test data files are added to setup_class(). - Add also tests/*.dir, tests/*.dat, tests/*.bak to .gitignore to prevent erroneous adding of test data to the repository - Use full_path() helper to create the test data files under tests/ - Add py39 to tox.ini envlist
* Show extra test summary info for all except passed testsIvan Kanakarakis2020-06-051-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Add Python 3.8 as supportedGábor Lipták2020-04-281-0/+1
|
* Remove python2 support markers and checksIvan Kanakarakis2019-11-261-4/+0
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Use pytest inplace of py.testIvan Kanakarakis2019-06-171-2/+2
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Add py37 as a test targetIvan Kanakarakis2019-06-171-0/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Include dependencies information in test reportIvan Kanakarakis2018-06-291-1/+11
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Add test coverage reportIvan Kanakarakis2018-06-291-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Convert tox envlist to listIvan Kanakarakis2018-06-291-1/+7
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Output the reason for skipping testsIvan Kanakarakis2018-06-291-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Run tests in verbose modeIvan Kanakarakis2018-06-291-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Rename test requirements fileIvan Kanakarakis2018-06-291-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Update supported and testing python versionsIvan Kanakarakis2018-06-291-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Document and test all supported Python versionsJon Dufresne2018-06-281-1/+1
| | | | | | | | | Added trove classifiers for all supported Python versions. Added missing versions to tox and Travis CI configurations. Use tox-travis to kick of tox from Travis. Ensures library is tested against all modern Python versions to reduce the risk of regressions.
* Allow testers to specify testivan2017-07-121-1/+1
| | | | | | Until now the command `tox` would run all of the tests. With this change one can specify a test to be run by running: tox -- path/to/test.py
* Refactor test dependenciesAshima Athri2016-10-191-2/+1
|
* Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-181-1/+1
|
* Add pymongo as test requirement in tox.Rebecka Gulliksson2015-11-121-0/+1
|
* Update tox.ini to actually run tests and make Travis use it.Rebecka Gulliksson2015-11-121-6/+2
| | | | Remove py.test runner from setup.py.
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-0/+10