{nix,pyproject.toml}: add pytest, pytest-cov

This commit is contained in:
2025-06-10 20:58:49 +02:00
parent 4a4f0e6947
commit 042bb58fbd
4 changed files with 20 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ mkShell {
psycopg2
python-barcode
sqlalchemy
pytest
pytest-cov
]))
];
}