1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||
#!/bin/bash |
|||
|
|||
source venv/bin/activate |
|||
python -m pytest $@ |
|||
python -m pytest --cov auto_trading $@ |
|||
coverage xml |
|||
|
Loading…
Reference in new issue