From 53217b614c47ae696861ef7e36def7ab0327303c Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 2 Dec 2020 16:26:18 -0800 Subject: [PATCH] Add pytest configuration --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index afe704c..34c550e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,3 +16,7 @@ deps = commands = pytest -n auto + +[tool:pytest] +testpaths = + tests