mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +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
|
|
@ -3,7 +3,10 @@
|
|||
with pkgs;
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
python3.pkgs.pytest
|
||||
python3.pkgs.mypy
|
||||
python3.pkgs.black
|
||||
python3.pkgs.flake8
|
||||
shellcheck
|
||||
direnv
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue