We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ea89c commit 107c238Copy full SHA for 107c238
tests/integration/test_interface.py
@@ -58,8 +58,9 @@ def test_generate_dataset_from_multiple_shards(
58
mocker: MockerFixture,
59
fuzzy_checker: FuzzyChecker,
60
) -> None:
61
- """Tests that we can generate noised data with the same columns from a
62
- single sample dataset or by concatenating and noising multiple datasets
+ """Tests that we can generate noised data from a single sample dataset
+ or by concatenating and noising multiple datasets and that they have the
63
+ same columns
64
"""
65
if "TODO" in dataset_name:
66
pytest.skip(reason=dataset_name)
0 commit comments