summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)AuthorFilesLines
2023-09-01ci: test with Python 3.11David Heidelberg1-3/+4
2023-05-07ci: enforce urllib3 version 1.x to prevent CI breakageDavid Heidelberg1-0/+1
2022-10-28Remove mock.Vinson Lee1-1/+0
2022-09-14Remove simplejson.Vinson Lee1-1/+0
2022-05-09Make it work with the latest pytest versionCorentin Noël1-9/+7
2021-04-21tox: Register custom marks.Vinson Lee1-0/+4
2021-02-12framework/replay: adapt GFXReconstruct backend to >=0.9.4Andres Gomez1-0/+1
2020-11-02unittests: add tests for framework/replayAndres Gomez1-3/+4
2020-11-02CI: add new functional tests to tox and CIsAndres Gomez1-2/+7
2020-02-13CI: remove six from installed packagesDylan Baker1-1/+0
2020-02-13CI: remove python 2.7 and 3.5Dylan Baker1-8/+4
2019-11-19tox: hold pytest-mock to version 1.11.2, since 1.12 seems to be brokenEric Engestrom1-1/+1
2019-10-23tox,cmake,travis: Add support and testing for Python 3.8Rhys Kidd1-3/+4
2019-09-01tox,README,cmake: Remove testing of end-of-life Python 3.4Rhys Kidd1-4/+4
2018-08-07tox: Add python 3.7 to build matrixRhys Kidd1-4/+5
2018-07-20tox: remove pytest-warnings and set pytest-timeout to 1.2.1Andres Gomez1-2/+1
2018-07-19tox: Remove testing of end-of-life Python 3.3Rhys Kidd1-3/+3
2017-12-19tox: stick to pytest 3.2.5Juan A. Suarez Romero1-1/+1
2017-10-23tox: use pytest >= 3.0.3Juan A. Suarez Romero1-1/+1
2017-01-19CI: Add python 3.6 to build matrixDylan Baker1-4/+4
2016-09-09tox: add a streams target.Dylan Baker1-2/+4
2016-09-02tox: Don't use pytest 3.0.2Dylan Baker1-1/+1
2016-08-05framework: remove unused nose bitsDylan Baker1-5/+2
2016-08-05unittests: replace json_tests with a schema and validatorDylan Baker1-0/+1
2016-08-05unittests: port test_lists to pytestDylan Baker1-2/+2
2016-08-05unittests: port base_tests to pytestDylan Baker1-0/+1
2016-08-05unittests: port core_tests to pytestDylan Baker1-1/+4
2016-08-05unittests: port status module tests to py.testDylan Baker1-5/+6
2016-08-05unittests: Port generator tests to pytest.Dylan Baker1-9/+15
2016-06-02unittests: Make skip less invasiveDylan Baker1-0/+1
2016-06-02tox: split py27-accel for windowsDylan Baker1-7/+8
2016-04-14tox.ini: don't install psutil in the generator profileDylan Baker1-1/+1
2016-04-13unittests: move generator tests to unittestsDylan Baker1-1/+1
2016-04-13generators: Add helper classes for GLSL version numbersDylan Baker1-2/+2
2016-02-18dependencies: Bump numpy version to 1.7.0 in cmake and toxDylan Baker1-1/+1
2016-02-18tox.ini: Set the mako version to the minimum version in cmakeDylan Baker1-1/+2
2016-02-11python: function with six version 1.5.2Dylan Baker1-2/+2
2016-02-08tox.ini: add python 3.3-3.5 for standard tests.Dylan Baker1-5/+5
2016-02-08base_tests.py: make tests for timeout run on python 3.xDylan Baker1-1/+1
2016-02-08tox.ini: drop explicit coverage generationDylan Baker1-2/+2
2016-01-21framework/test/base.py: use subprocess32 for timeouts.Dylan Baker1-0/+2
2016-01-08tox.ini: compress tox file to be simplerDylan Baker1-23/+11
2016-01-08unittests: move framework/tests to unittestsDylan Baker1-2/+2
2015-11-30dmesg_tests.py: rework entire module to be betterDylan Baker1-2/+2
2015-10-29framework/tests/oglconform_tests.py: Add tests for tests/oglconform.pyDylan Baker1-0/+2
2015-10-19framework/tests: fix typo in attribute decoratorDylan Baker1-2/+2
2015-10-19tox.ini: run generator tests with python 2.7 as wellDylan Baker1-1/+1
2015-10-09tox: Also test python 3.{3-5} for the generators.Dylan Baker1-7/+19
2015-10-09tox: Add a test module for testing the generators.Dylan Baker1-1/+3
2015-10-09framework: add tox testing supportDylan Baker1-0/+16