Skip to content

Commit 964e732

Browse files
committed
Better comments for the split unit tests
1 parent f445b1d commit 964e732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_datasets/test_dataset_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ def test_ignore_attributes_dataset(self):
10611061
def test___publish_fetch_ignore_attribute(self):
10621062
"""(Part 1) Test to upload and retrieve dataset and check ignore_attributes
10631063
1064+
DEPENDS on test_publish_fetch_ignore_attribute() to be executed after this
10641065
This test is split into two parts:
10651066
1) test___publish_fetch_ignore_attribute()
10661067
This will be executed earlier, owing to alphabetical sorting.
@@ -1131,6 +1132,7 @@ def test___publish_fetch_ignore_attribute(self):
11311132
def test_publish_fetch_ignore_attribute(self):
11321133
"""(Part 2) Test to upload and retrieve dataset and check ignore_attributes
11331134
1135+
DEPENDS on test___publish_fetch_ignore_attribute() to be executed first
11341136
This will be executed after test___publish_fetch_ignore_attribute(),
11351137
owing to alphabetical sorting. The time gap is to allow the server
11361138
more time time to compute data qualities.

0 commit comments

Comments
 (0)