Skip to content

Commit

Permalink
Merge pull request #2691 from anhiga/trivial_error
Browse files Browse the repository at this point in the history
Fixed error in 'Good Practices' code snippet
  • Loading branch information
RonnyPfannschmidt authored Aug 16, 2017
2 parents bfc9f61 + 2a99d82 commit 806d47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/2691.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed minor error in 'Good Practices/Manual Integration' code snippet.
2 changes: 1 addition & 1 deletion doc/en/goodpractices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ your own setuptools Test command for invoking pytest.
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args = []
self.pytest_args = ''
def run_tests(self):
import shlex
Expand Down

0 comments on commit 806d47b

Please sign in to comment.