summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-13 17:27:34 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-13 17:27:34 +0900
commit5ef5b9bb7e109b17371ec4d1bcd38985f209ee16 (patch)
tree90cd9c32e25df715f4ab222850e9bbd022beafa5 /setup.cfg
parent00ec60175328eff50f03c9e8c9dfcc2d6a76309f (diff)
downloadbuildstream-5ef5b9bb7e109b17371ec4d1bcd38985f209ee16.tar.gz
Use pytest, add first basic plugin test
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 000000000..d8e9a42bc
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,6 @@
+[aliases]
+test=pytest
+
+[tool:pytest]
+addopts = --verbose
+python_files = tests/*/*.py