diff options
Diffstat (limited to 'becommands/show.py')
-rw-r--r-- | becommands/show.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/show.py b/becommands/show.py index 0ef09f3..b33a96b 100644 --- a/becommands/show.py +++ b/becommands/show.py @@ -23,7 +23,7 @@ def execute(args, test=False): >>> import os >>> bd = bugdir.simple_bug_dir() >>> os.chdir(bd.root) - >>> execute (["a",], test=True) + >>> execute (["a",], test=True) # doctest: +ELLIPSIS ID : a Short name : a Severity : minor @@ -32,7 +32,7 @@ def execute(args, test=False): Target : Reporter : Creator : John Doe <jdoe@example.com> - Created : Wed, 31 Dec 1969 19:00 (Thu, 01 Jan 1970 00:00:00 +0000) + Created : ... Bug A <BLANKLINE> >>> execute (["--xml", "a"], test=True) # doctest: +ELLIPSIS |