From 69dee5d5a5d75ef338ec241d95a0a5a11ed14eb8 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 18 Nov 2022 13:15:13 +0000 Subject: chore: Add Pytest configuration --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 -- cgit v1.2.3