Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Deliberately break test
  • Loading branch information
takluyver committed Jul 16, 2012
1 parent 87d86c1 commit ffe8e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IPython/core/tests/test_application.py
Expand Up @@ -11,6 +11,9 @@
@dec.onlyif_unicode_paths
def test_unicode_cwd():
"""Check that IPython starts with non-ascii characters in the path."""
# Deliberately break test - testing the test framework.
raise Exception("Test deliberately broken")

wd = tempfile.mkdtemp(suffix=u"€")

old_wd = os.getcwdu()
Expand Down

0 comments on commit ffe8e80

Please sign in to comment.