Skip to content

Commit

Permalink
Remove decoy
Browse files Browse the repository at this point in the history
This doctest was half-written then abandoned when I decided unittests
were a better approach.  It was never included in the test suite.
  • Loading branch information
mgedmin committed Jan 30, 2014
1 parent 53073e6 commit 4ef4a32
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,23 +550,6 @@ def test_error(self):
"Forgot to turn the gas off!\n")


def doctest_ui_messages():
r"""Tests for user interface messages.
>>> from check_manifest import (info, info_begin, info_continue,
... info_end, error, warning)
Here are the basic blocks:
>>> info_begin('About to do something'); \
... info_continue('...doing something...'); \
... info_end('done it!')
"""


def test_suite():
return unittest.TestSuite([
unittest.makeSuite(Tests),
Expand Down

0 comments on commit 4ef4a32

Please sign in to comment.