From e9c3a20e099ee44d0873c1b73cb4300861cc9003 Mon Sep 17 00:00:00 2001 From: Muhammad Kaisar Arkhan Date: Sat, 30 Dec 2017 10:45:05 +0700 Subject: Use pytest to run tests Closes https://github.com/Flameeyes/glucometerutils/issues/34 --- setup.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..cd71828 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,15 @@ +[tool:pytest] +addopts = + --color=yes + --ignore=setup.py + --ignore=test-requirements.txt + -r a +norecursedirs = + .git + dist + build + venv + .env +testpaths = + test +timeout = 120 -- cgit v1.2.3