aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2018-12-14 11:56:01 -0800
committerCody Logan <clpo13@gmail.com>2018-12-14 11:56:01 -0800
commitfb42a66bf718098c382d6fb50f24f1c60a13f6e7 (patch)
tree9fb670bb5a3c1665617cf813eaa9279d9b283f0c /setup.cfg
parent6e1164de98786bbe6c9bb0c16682e314811a0a9d (diff)
downloadwikiget-fb42a66bf718098c382d6fb50f24f1c60a13f6e7.tar.gz
wikiget-fb42a66bf718098c382d6fb50f24f1c60a13f6e7.zip
Add some tests with pytest
Can be run with `pytest` (if installed) or `python setup.py test`
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..801c8b5
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[aliases]
+test = pytest
+
+[tool:pytest]
+addopts = --verbose