summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Support CPython 3.8 on WindowsChristoph Reiter2022-04-091-0/+16
* tests: disable fatal-warnings fatal-criticals on WindowsChristoph Reiter2022-03-271-2/+4
* tests: Work around a crash in the new gtk4 a11y stackChristoph Reiter2020-11-151-0/+4
* tests: Remove usage of some deprecated unittest methodsChristoph Reiter2020-11-071-4/+0
* tests: remove an old libtool search pathChristoph Reiter2020-11-071-1/+0
* tests: Remove metapath hack to import when uninstalledChristoph Reiter2020-11-071-23/+0
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-10/+3
* tests: set NO_AT_BRIDGEChristoph Reiter2019-11-161-0/+3
* tests: Make tests run with GTK4Christoph Reiter2018-11-041-1/+5
* tests: error out if gtk is available but gtk_init() failsChristoph Reiter2018-09-141-0/+9
* tests: force Adwaita as gtk themeChristoph Reiter2018-08-191-0/+3
* tests: don't leak the file object returned by imp.find_module()Christoph Reiter2018-08-151-2/+6
* tests: extend the meson cext import hack to _gi_cairo. Fixes #242Christoph Reiter2018-08-151-2/+2
* Add meson build definitionsMathieu Duponchelle2018-04-201-2/+0
* tests: support builddir != srcdirMathieu Duponchelle2018-04-201-0/+22
* tests: fix with stable builds by force enabling PyGIDeprecationWarningChristoph Reiter2018-03-121-0/+5
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+102