Skip to content

Commit 6af1a2a

Browse files
jezdezblueyed
authored andcommitted
Fix typo in FAQ for PytestTestRunner TEST_RUNNER (#404)
1 parent 5fadcef commit 6af1a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test runner like this::
9090

9191
Add the path to this class in your Django settings::
9292

93-
TEST_RUNNER = 'my_project.runner.PyTestRunner'
93+
TEST_RUNNER = 'my_project.runner.PytestTestRunner'
9494

9595
Usage::
9696

0 commit comments

Comments
 (0)