Bug 1459880 - part d: Correct the documentation for |load_tests|; r=jandem

This commit is contained in:
Ms2ger 2018-05-08 16:15:32 +02:00
Родитель 5eebfa9a20
Коммит 5e8fc9889c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -254,7 +254,7 @@ def parse_args():
def load_tests(options, requested_paths, excluded_paths):
"""
Returns a tuple: (skipped_tests, test_list)
Returns a tuple: (test_count, test_gen)
test_count: [int] Number of tests that will be in test_gen
test_gen: [iterable<Test>] Tests found that should be run.
"""