rewrite tests using pytest

this allows us to use fixtures that are more flexible
This commit is contained in:
Jörg Thalheim 2022-06-01 08:17:29 +02:00
parent 6dbc942fea
commit 748988f4b9
No known key found for this signature in database
10 changed files with 195 additions and 113 deletions

View file

@ -3,7 +3,10 @@
with pkgs;
mkShell {
nativeBuildInputs = [
python3
python3.pkgs.pytest
python3.pkgs.mypy
python3.pkgs.black
python3.pkgs.flake8
shellcheck
direnv
];