aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2022-11-18 13:15:13 +0000
committerPaul Harrison <paul@harrison.sh>2022-12-15 16:02:14 +0000
commit69dee5d5a5d75ef338ec241d95a0a5a11ed14eb8 (patch)
tree84adad6164b93814c9b6f18c0691d93f81dbed2c /setup.cfg
parentadb149e8585d3753d7db0294237ad155123e2587 (diff)
chore: Add Pytest configuration
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5425e9e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[tool:pytest]
+addopts = --verbose
+testpaths = tests