make tests directory a proper python module

This commit is contained in:
Jörg Thalheim 2023-11-29 08:14:14 +01:00
parent b029dbf2df
commit ae4a4e8e7c
5 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
pytest_plugins = [
"direnv_project",
"root",
"tests.direnv_project",
"tests.root",
]