Skip to content

Commit

Permalink
TEST: removed dump test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathysgrapotte committed Jan 21, 2025
1 parent e576cc4 commit 7461706
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/utils/test_data_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ def test_generate_data_configs(load_yaml_from_file):
assert config.global_params == load_yaml_from_file.global_params
assert config.columns == load_yaml_from_file.columns


def test_dump_yaml_list_into_files(load_yaml_from_file):
"""Tests dumping a list of YAML configurations into separate files."""
configs = yaml_data.generate_data_configs(load_yaml_from_file)
yaml_data.dump_yaml_list_into_files(configs, "scratch/", "dna_experiment_config_template")


@pytest.mark.parametrize("test_input", [("load_yaml_from_file", False), ("load_wrong_type_yaml", True)])
def test_check_yaml_schema(request, test_input):
"""Tests the Pydantic schema validation."""
Expand Down

0 comments on commit 7461706

Please sign in to comment.