aboutsummaryrefslogtreecommitdiff
path: root/src/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.cfg')
-rw-r--r--src/setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/setup.cfg b/src/setup.cfg
new file mode 100644
index 0000000..c17a3cd
--- /dev/null
+++ b/src/setup.cfg
@@ -0,0 +1,7 @@
+[tool:pytest]
+testpaths = tests
+
+[coverage:run]
+branch=True
+source =
+ lb_app