Skip to content

Commit e38dda2

Browse files
jiridanekjstourac
andauthored
review fixup, Update tests/pytest_tutorial/test_01_intro.py
Co-authored-by: Jan Stourac <[email protected]>
1 parent 64389ed commit e38dda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest_tutorial/test_01_intro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def tearDownClass(cls):
8282

8383

8484
"""Pytest runs in two phases: test collection and then test execution.
85-
In the collection phase, all files matching the patter (test_*.py or *_test.py) are imported and scanned
85+
In the collection phase, all files matching the pattern (test_*.py or *_test.py) are imported and scanned
8686
for test functions and methods, and then pytest runs what it discovered.
8787
8888
# Only perform collection (test discovery), do not execute anything:

0 commit comments

Comments
 (0)