We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8032368 commit ce82ff6Copy full SHA for ce82ff6
run_tests3.sh
@@ -16,6 +16,8 @@ pip install -r tests/requirements.txt
16
export PYTHONPATH=$(pwd)
17
# $PIP install .
18
19
+flake8
20
+
21
pytest -l -v -n 4
22
23
set +eux
src/exceptions.py
@@ -50,4 +50,4 @@ def convert_and_join(msg_list):
50
type(TestgresException).__name__,
51
type(InvalidOperationException).__name__,
52
type(ExecUtilException).__name__,
53
-]
+]
0 commit comments