From f7998da1785c0bb2040a9eed8a4fccd1357676f6 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 9 Mar 2023 19:41:02 +0000
Subject: [PATCH] MNT: setup.cfg containing test settings

---
 setup.cfg | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 setup.cfg

diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..d6008ea
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[tool:pytest]
+testpaths = bip/tests
+addopts   = -v --cov=bip
+
+[coverage:run]
+source = bip
+omit   = bip/tests/*
\ No newline at end of file
-- 
GitLab