Codebase list python-lml / 713ac330-6506-4b6e-ac11-23ba5bd9f89f/upstream test.sh
713ac330-6506-4b6e-ac11-23ba5bd9f89f/upstream

Tree @713ac330-6506-4b6e-ac11-23ba5bd9f89f/upstream (Download .tar.gz)

test.sh @713ac330-6506-4b6e-ac11-23ba5bd9f89f/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