7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONUNBUFFERED=1
|
|
export PYTHONPATH=.
|
|
|
|
py.test --cov=pyircbot --cov-report html -n 4 tests/ $@
|