pyircbot/run-tests.sh

7 lines
116 B
Bash
Raw Normal View History

2017-11-27 19:04:22 -08:00
#!/bin/bash
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
2018-02-10 18:27:50 -08:00
py.test --cov=pyircbot --cov-report html -n 4 tests/ $@