This commit is contained in:
Andrew Jackson
2024-09-04 15:12:37 -05:00
committed by CommanderKeynes
parent 494e8126e1
commit bc28d68ec2
2 changed files with 3 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ cd ../..
# These tests will start and stop the pgcat server so it will need to be restarted after the tests
#
pip3 install -r tests/python/requirements.txt
python3 tests/python/tests.py || exit 1
pytest || exit 1
#

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ dev/.bash_history
dev/cache
!dev/cache/.keepme
.venv
**/__pycache__