We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb4b48 commit e75a62cCopy full SHA for e75a62c
1 file changed
tests/test_metabase_api.py
@@ -32,7 +32,8 @@ def tearDown(self): # runs after every test
32
33
34
35
- ### Helper Functions
+ ### Testing the Helper Functions
36
+
37
def test_get_item_info(self):
38
# database
39
res = mb.get_item_info('database', 5)
@@ -159,7 +160,7 @@ def test_friendly_names_is_disabled(self):
159
160
161
162
- ### Custom Functions
163
+ ### Testing the Custom Functions
164
165
def test_create_card(self):
166
t = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
0 commit comments