quark/run_tests.sh
Amir Sadoughi 408fb128ad RM12111 Made jarvis run tests like tox
Replaced run_tests.sh with commands that run with tox. I would use
tox itself here, but it wouldn't install the correct branch of
neutron.
2015-04-04 21:48:03 -05:00

9 lines
305 B
Bash
Executable File

#!/bin/bash
# TODO: make tox install the correct version of neutron so we can run tox
# instead of these commands manually
nosetests --exclude=mysql
nosetests --where=quark/tests/functional/mysql
nosetests --exclude=mysql --cover-package=quark --cover-erase
flake8 --show-source --builtins=_ quark