From bd9588afd7f2c53363dfa83474ca8a258085739b Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Tue, 22 Feb 2022 01:16:59 +0100 Subject: fix: Fix python path Makes pytest set proper sys.path. --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..20c6e5e --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +pythonpath = . +testpaths = test -- cgit v1.2.3