improve AnimalShelter class
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user