Skip to content

Commit 855ddbc

Browse files
committed
Make decorator comment more understandable
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
1 parent 68c96f1 commit 855ddbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metadata_serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Test runner decorator: Runs the test as a set of N SubTests,
3939
# (where N is number of items in dataset), feeding the actual test
40-
# function one data item at a time
40+
# function one test case at a time
4141
def run_sub_tests_with_dataset(dataset: Type[DataSet]):
4242
def real_decorator(function: Callable[["TestSerialization", DataSet], None]):
4343
def wrapper(test_cls: "TestSerialization"):

0 commit comments

Comments
 (0)