Codebase list python-lml / run/379661ae-e34c-4589-a08b-7863fed7377c/upstream test.sh
run/379661ae-e34c-4589-a08b-7863fed7377c/upstream

Tree @run/379661ae-e34c-4589-a08b-7863fed7377c/upstream (Download .tar.gz)

test.sh @run/379661ae-e34c-4589-a08b-7863fed7377c/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