diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-13 17:27:34 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-13 17:27:34 +0900 |
commit | 5ef5b9bb7e109b17371ec4d1bcd38985f209ee16 (patch) | |
tree | 90cd9c32e25df715f4ab222850e9bbd022beafa5 /setup.cfg | |
parent | 00ec60175328eff50f03c9e8c9dfcc2d6a76309f (diff) | |
download | buildstream-5ef5b9bb7e109b17371ec4d1bcd38985f209ee16.tar.gz |
Use pytest, add first basic plugin test
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
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 |