Codebase list python-lml / 4f459cc2-262b-49a6-968f-1d42386abcb7/upstream test.sh
4f459cc2-262b-49a6-968f-1d42386abcb7/upstream

Tree @4f459cc2-262b-49a6-968f-1d42386abcb7/upstream (Download .tar.gz)

test.sh @4f459cc2-262b-49a6-968f-1d42386abcb7/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