We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64389ed commit e38dda2Copy full SHA for e38dda2
tests/pytest_tutorial/test_01_intro.py
@@ -82,7 +82,7 @@ def tearDownClass(cls):
82
83
84
"""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
+In the collection phase, all files matching the pattern (test_*.py or *_test.py) are imported and scanned
86
for test functions and methods, and then pytest runs what it discovered.
87
88
# Only perform collection (test discovery), do not execute anything:
0 commit comments