3 lines
93 B
Bash
3 lines
93 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
pipenv run python -m pytest tests/test_hov.py --verbose --show-capture=all
|