Skip to content

Commit e75a62c

Browse files
authored
Update test_metabase_api.py
1 parent 9bb4b48 commit e75a62c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_metabase_api.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def tearDown(self): # runs after every test
3232

3333

3434

35-
### Helper Functions
35+
### Testing the Helper Functions
36+
3637
def test_get_item_info(self):
3738
# database
3839
res = mb.get_item_info('database', 5)
@@ -159,7 +160,7 @@ def test_friendly_names_is_disabled(self):
159160

160161

161162

162-
### Custom Functions
163+
### Testing the Custom Functions
163164

164165
def test_create_card(self):
165166
t = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')

0 commit comments

Comments
 (0)