summaryrefslogtreecommitdiff
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* setup.py: add -s option for the test command to not capture outputChristoph Reiter2018-03-251-1/+1
* tests: expose a verbosity environment variableMathieu Duponchelle2018-03-131-2/+7
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-118/+25
* tests: Make patching in pygtkcompat reversibleChristoph Reiter2018-02-111-1/+1
* tests: switch to pytest as the default test runner. See #153Christoph Reiter2018-02-101-7/+9
* tests: set DBUS_SESSION_BUS_ADDRESS to some invalid value to disable dbusChristoph Reiter2018-02-101-1/+1
* tests: disable dbus tests on Windows/macOSChristoph Reiter2018-02-091-0/+3
* tests: move dbus session bus handling into runtests.pyChristoph Reiter2018-02-081-2/+25
* setup.py: add a "test" command which is equal to "make check" with autotoolsChristoph Reiter2018-01-191-0/+1
* tests: always call require_version; add TEST_GTK_VERSION env varChristoph Reiter2017-04-021-0/+26
* tests: avoid deprecation warnings for assertRegexpMatches/assertRaisesRegexpChristoph Reiter2017-04-011-0/+5
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-2/+11
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+3
* Drop support for Python 2.6Martin Pitt2013-03-251-44/+1
* tests: define correct unittest.skipIf for python 2.6Dmitry Shachnev2013-01-161-1/+1
* tests: Add missing backwards compat methods for Python 2.6Martin Pitt2013-01-141-0/+17
* tests: Force UTF-8 file name encodingMartin Pitt2013-01-091-0/+1
* tests: Do not use deprecated assertRaisesRegexp()Martin Pitt2012-11-051-0/+3
* Fix separate build tree and distcheckMartin Pitt2012-09-031-5/+8
* Fix for python 2.6, drop support for < 2.6Martin Pitt2012-08-231-0/+27
* Clean up sys.path handling in testsSimon Feltman2012-08-231-0/+3
* PEP8: Fix indentationMartin Pitt2012-06-221-1/+1
* Fix "distcheck" and tests with out-of-tree buildsMartin Pitt2012-03-261-2/+4
* PEP8: Add spaces before #Johan Dahlin2012-03-221-1/+1
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-10/+9
* Do not run tests in two phases any moreMartin Pitt2012-03-221-0/+7
* Make tests fail on CRITICAL logs, too, and apply to all testsMartin Pitt2012-03-211-0/+1
* Run tests with LC_MESSAGES="C"Martin Pitt2011-03-011-0/+2
* Fix runtests.py to work with Python3 (print function syntax error).Laszlo Pandy2011-02-181-1/+1
* [tests] Separate processes for GI and static binding tests.Laszlo Pandy2011-02-151-1/+3
* fix build to correctly use python-configJohn (J5) Palmieri2011-02-111-0/+1
* Make runtests.py able to run command-line provided test filesSteve Frécinaux2011-02-091-0/+9
* add checks so we can compile under python 3 by setting PYTHON=python3John (J5) Palmieri2010-09-221-0/+4
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-27/+16
* Increase a bit verbosity of tests so people know which test failedTomeu Vizoso2010-07-261-1/+1
* Fix 'make distcheck'Tomeu Vizoso2010-06-231-7/+5
* Allow building pygobject without introspection support by providingTomeu Vizoso2010-06-231-14/+7
* Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-161-2/+1
* reindentJohan Dahlin2006-04-111-2/+2
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-1/+2
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-1/+1
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-1/+1
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-081-1/+1
* fix make checkGustavo J. A. M. Carneiro2005-04-121-11/+10
* New test.Johan Dahlin2005-03-161-2/+15
* Make testsuite work and do things the way they were supposed to be doneJohan Dahlin2005-01-101-0/+7
* gtk/*.overrideJohan Dahlin2004-07-171-1/+1
* New script to run all tests in one takeJohan Dahlin2004-07-101-0/+25