From 28c2ae9102d4204b3f0a79419eec1e72dbbc529a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 21 Feb 2023 21:02:23 -0600 Subject: add configuration testing, small refactor --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 30773d7..3b0018a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ testpaths = [ "tests", ] env = [ - "PYMDVAR_TEST_1=1" + "PYMDVAR_TEST_1=1", + "PYSSG_HOME=/tmp/pyssg" ] [tool.mypy] -- cgit v1.2.3-54-g00ecf