diff --git a/run_tests3.sh b/run_tests3.sh index 41d3880..f89492f 100755 --- a/run_tests3.sh +++ b/run_tests3.sh @@ -16,6 +16,8 @@ pip install -r tests/requirements.txt export PYTHONPATH=$(pwd) # $PIP install . +flake8 + pytest -l -v -n 4 set +eux diff --git a/setup.py b/setup.py index 2e6905f..ff18f40 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ] setup( - version="0.0.2", + version="1.0.0", name="testgres.os_ops", packages=[ "testgres.operations", diff --git a/src/exceptions.py b/src/exceptions.py index b5fb0d8..8b5c7c4 100644 --- a/src/exceptions.py +++ b/src/exceptions.py @@ -50,4 +50,4 @@ def convert_and_join(msg_list): type(TestgresException).__name__, type(InvalidOperationException).__name__, type(ExecUtilException).__name__, -] \ No newline at end of file +]