We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b7930 commit f71839fCopy full SHA for f71839f
1 file changed
run_tests3.sh
@@ -10,8 +10,12 @@ rm -rf $VENV_PATH
10
python -m venv "${VENV_PATH}"
11
export VIRTUAL_ENV_DISABLE_PROMPT=1
12
source "${VENV_PATH}/bin/activate"
13
-pip install pytest pytest-xdist
+pip install flake8 pytest pytest-xdist
14
15
+# Codestyle is checked
16
+flake8
17
+
18
+# Functional is tested
19
python -m pytest -l -v -n 4
20
21
set +eux
0 commit comments