summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-02-10 11:37:55 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-02-10 11:38:45 +0100
commit11de6f55f48447325325ec2f334af5576d12e2ed (patch)
tree586194afdf198bc6f4773fc480fbdfc64a2250aa /.gitignore
parent9a9bb732752e7bec42a1c13f080b37536876e3e0 (diff)
downloadpygobject-11de6f55f48447325325ec2f334af5576d12e2ed.tar.gz
tests: switch to pytest as the default test runner. See #153
The TEST_NAMES env var gets translated to work with the pytest syntax (foo.py::class::method). Rename one class which triggers a pytest warning because it starts with "Test" but isn't one. Remove erroring out on Python warnings as pytest triggers some deprecation warnings by default.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2c676a9c..09063e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@
.deps
.libs
.idea
+.cache
+.pytest_cache
gschemas.compiled
pygobject-*.tar.xz
Makefile