Skip to content

Commit

Permalink
Merge pull request #159 from plone/hvelarde-ipdb
Browse files Browse the repository at this point in the history
Fix typo on test that prevented ipdb imports from being found
  • Loading branch information
tisto committed Sep 20, 2015
2 parents 974e211 + 3a662a8 commit 9f5005e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Change history
does the same job.
[tisto] [gforcada]

- Fix typo on test that prevented ipdb imports from being found.
[hvelarde]


2.0.2 (2015-09-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion plone/recipe/codeanalysis/tests/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def foo(bar):

IPDB_STATEMENT = """\
# -*- coding: utf-8 -*-
import pdb; pdb.set_trace()
import ipdb; ipdb.set_trace()
"""

# pep8-naming
Expand Down

0 comments on commit 9f5005e

Please sign in to comment.