Codebase list python-lml / aaa7627c-8e85-4039-9306-731b8fe7640f/upstream test.sh
aaa7627c-8e85-4039-9306-731b8fe7640f/upstream

Tree @aaa7627c-8e85-4039-9306-731b8fe7640f/upstream (Download .tar.gz)

test.sh @aaa7627c-8e85-4039-9306-731b8fe7640f/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