Skip to content

Commit a546315

Browse files
Copilotbutako
andcommitted
Fix terminology: use 'testsuite' instead of 'test suite'
Co-authored-by: butako <[email protected]>
1 parent 94f645e commit a546315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/testplan/testing/multitest/test_default_testcase_timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@testsuite
1717
class SuiteWithoutTimeout:
18-
"""Test suite with testcases that don't have explicit timeout."""
18+
"""Testsuite with testcases that don't have explicit timeout."""
1919

2020
@testcase
2121
def test_passes_quickly(self, env, result):
@@ -31,7 +31,7 @@ def test_takes_time(self, env, result):
3131

3232
@testsuite
3333
class SuiteWithExplicitTimeout:
34-
"""Test suite with testcases that have explicit timeout."""
34+
"""Testsuite with testcases that have explicit timeout."""
3535

3636
@testcase(timeout=5)
3737
def test_with_explicit_timeout(self, env, result):

0 commit comments

Comments
 (0)