pyircbot/run-tests.sh

7 lines
113 B
Bash
Raw Normal View History

2017-11-27 19:04:22 -08:00
#!/bin/bash
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
2017-12-03 20:54:39 -08:00
py.test --cov=pyircbot --cov-report html -n 4 tests/