Skip to content

Commit 806d47b

Browse files
Merge pull request #2691 from anhiga/trivial_error
Fixed error in 'Good Practices' code snippet
2 parents bfc9f61 + 2a99d82 commit 806d47b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/2691.trivial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed minor error in 'Good Practices/Manual Integration' code snippet.

doc/en/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ your own setuptools Test command for invoking pytest.
267267
268268
def initialize_options(self):
269269
TestCommand.initialize_options(self)
270-
self.pytest_args = []
270+
self.pytest_args = ''
271271
272272
def run_tests(self):
273273
import shlex

0 commit comments

Comments
 (0)