3 lines
81 B
Bash
3 lines
81 B
Bash
|
export PYTHONPATH=.;
|
||
|
py.test jellyfish/test.py --cov jellyfish --cov-report html
|