quantum-perceptron / run_tests.sh
ashutosh1919's picture
Added data utilities
bb572a8
raw
history blame
No virus
264 Bytes
echo "#### RUNNING MYPY TESTS ####"
PYTHONDONTWRITEBYTECODE=1 mypy quantum_perceptron/
echo "#### RUNNING PYCODESTYLE TESTS ####"
pycodestyle quantum_perceptron/
echo "#### RUNNING PYTEST TESTS ####"
PYTHONDONTWRITEBYTECODE=1 python -m pytest -p no:cacheprovider