Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/1034 #1352

Merged
merged 10 commits into from
Sep 22, 2024
Prev Previous commit
Next Next commit
Restore test
  • Loading branch information
PGijsbers committed Sep 19, 2024
commit 4bbe9cf64fd40b987744c7f823ede56851abf625
1 change: 1 addition & 0 deletions tests/test_datasets/test_dataset_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _check_datasets(self, datasets):
for did in datasets:
self._check_dataset(datasets[did])

def test_tag_untag_dataset(self):
tag = "test_tag_%d" % random.randint(1, 1000000)
all_tags = _tag_entity("data", 1, tag)
assert tag in all_tags
Expand Down