pyircbot/run-tests.sh

7 lines
111 B
Bash
Raw Normal View History

2017-11-27 19:04:22 -08:00
#!/bin/bash
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
2017-12-02 23:48:44 -08:00
py.test --cov=pyircbot --cov-report html -s tests/