mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-25 02:11:03 +01:00
rewrite tests using pytest
this allows us to use fixtures that are more flexible
This commit is contained in:
parent
6dbc942fea
commit
748988f4b9
10 changed files with 195 additions and 113 deletions
6
tests/conftest.py
Normal file
6
tests/conftest.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
pytest_plugins = [
|
||||
"direnv_project",
|
||||
"root",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue