mock no_args tests

This commit is contained in:
scito
2022-12-28 23:37:21 +01:00
parent 9f0872c2d0
commit 95e7d73173
3 changed files with 30 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
cd /extract
pip install -U pytest && pytest "$@"
pip install -U pytest pytest-mock && pytest "$@"