Skip to content

Commit 7dc3d15

Browse files
committed
Added unit tests for get and create model.
1 parent ca69485 commit 7dc3d15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unitary/with_extras/aqua/test_model.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ def tearDownClass(cls):
8989
reload(ads.aqua)
9090
reload(ads.aqua.model)
9191

92+
def test_create_model(self):
93+
pass
94+
95+
def test_get_model(self):
96+
pass
97+
9298
def test_list_service_models(self):
9399
"""Tests listing service models succesfully."""
94100

0 commit comments

Comments
 (0)