Merge pull request #9352 from truth-quark/spelling_fix_9351
This commit is contained in:
commit
e2ee3144ed
|
@ -0,0 +1 @@
|
|||
Correct minor typos in doc/en/example/special.rst.
|
|
@ -43,7 +43,7 @@ will be called ahead of running any tests:
|
|||
print("test_method1 called")
|
||||
|
||||
def test_method2(self):
|
||||
print("test_method1 called")
|
||||
print("test_method2 called")
|
||||
|
||||
|
||||
class TestOther:
|
||||
|
@ -77,7 +77,7 @@ If you run this without output capturing:
|
|||
callme other called
|
||||
SomeTest callme called
|
||||
test_method1 called
|
||||
.test_method1 called
|
||||
.test_method2 called
|
||||
.test other
|
||||
.test_unit1 method called
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue