quark/run_tests.sh

9 lines
324 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
PYTHONUNBUFFERED=1 flake8 --show-source --builtins=_ quark