Codebase list python-lml / efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream test.sh
efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream

Tree @efe6e114-35cc-443b-ac0b-523bd7c6a8be/upstream (Download .tar.gz)

test.sh @efe6e114-35cc-443b-ac0b-523bd7c6a8be/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