nix-direnv/tests/conftest.py
Jörg Thalheim 748988f4b9
rewrite tests using pytest
this allows us to use fixtures that are more flexible
2022-06-01 08:20:43 +02:00

6 lines
79 B
Python

#!/usr/bin/env python3
pytest_plugins = [
"direnv_project",
"root",
]