pyircbot/run-tests.sh

7 lines
125 B
Bash
Raw Normal View History

2017-11-27 19:04:22 -08:00
#!/bin/bash
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
2018-01-16 17:04:15 -08:00
py.test --fulltrace --cov=pyircbot --cov-report html -n 4 tests/