Codebase list python-lml / 88092895-a399-4ea1-93bc-c22adf7f7a92/upstream test.sh
88092895-a399-4ea1-93bc-c22adf7f7a92/upstream

Tree @88092895-a399-4ea1-93bc-c22adf7f7a92/upstream (Download .tar.gz)

test.sh @88092895-a399-4ea1-93bc-c22adf7f7a92/upstreamraw · history · blame

1
2
3
4
5
pip freeze
cd tests/test_plugin
python setup.py install
cd -
pytest tests --verbosity=3 --cov=lml --doctest-glob=*.rst && flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long