Codebase list python-lml / 546bece2-0712-4264-ac5b-67b38c288a93/upstream test.sh
546bece2-0712-4264-ac5b-67b38c288a93/upstream

Tree @546bece2-0712-4264-ac5b-67b38c288a93/upstream (Download .tar.gz)

test.sh @546bece2-0712-4264-ac5b-67b38c288a93/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