diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-01 23:58:58 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-01 23:58:58 +0200 |
commit | 4a754193d867bea05287a730c3bc7cd743ab4e9e (patch) | |
tree | 3ce230a40bbe9c84516aaaf77d5fdc6519522ae3 | |
parent | 50f3593ab63ad16d5ca375216321790e5b932043 (diff) |
add src/ as a search path for imports for pytest
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..238252d --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = src/ |