Skip to content

Commit

Permalink
add test_dataset_label pytest todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Jul 8, 2024
1 parent 18ac3cc commit f6f3563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ def test_config_container_registry(self):
test_config["container_registry"]["owner"] = ""
config.init_global(test_config)
assert (config.config.container_prefix == config.DEFAULT_CONTAINER_PREFIX)

def test_dataset_label(self):
# TODO: test differnt invalid labels and combinationst that aren't allowed

0 comments on commit f6f3563

Please sign in to comment.