Codebase list python-lml / run/3749f5b8-5024-4b61-9bda-e129418c4151/upstream test.sh
run/3749f5b8-5024-4b61-9bda-e129418c4151/upstream

Tree @run/3749f5b8-5024-4b61-9bda-e129418c4151/upstream (Download .tar.gz)

test.sh @run/3749f5b8-5024-4b61-9bda-e129418c4151/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