improve AnimalShelter class

This commit is contained in:
2024-03-11 21:10:18 -04:00
parent 31830844a4
commit 4c525f55c1
3 changed files with 106 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
from AnimalShelter import AnimalShelter
test = AnimalShelter()
test = AnimalShelter(
password='Ex9Ai3Y2eP',
host='db'
)
test_criteria = {"breed": "Protogen"}
test_data = test.read(criteria=test_criteria)