Codebase list python-lml / b0c5de87-7ab3-4775-9890-0a1ea2cb26e9/upstream test.sh
b0c5de87-7ab3-4775-9890-0a1ea2cb26e9/upstream

Tree @b0c5de87-7ab3-4775-9890-0a1ea2cb26e9/upstream (Download .tar.gz)

test.sh @b0c5de87-7ab3-4775-9890-0a1ea2cb26e9/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