projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5966f03
)
Remove superfluous doctest comment from test/load_playlist.py
author
W. Trevor King
<wking@drexel.edu>
Fri, 13 Aug 2010 15:27:13 +0000
(11:27 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 13 Aug 2010 15:27:13 +0000
(11:27 -0400)
test/load_playlist.py
patch
|
blob
|
history
diff --git
a/test/load_playlist.py
b/test/load_playlist.py
index 1bce4f3f24ed24a696c7d10976bb0b0ff3363da8..2594e3a0c2d7f194dc2af906091722199a879df9 100644
(file)
--- a/
test/load_playlist.py
+++ b/
test/load_playlist.py
@@
-20,7
+20,7
@@
>>> from hooke.hooke import Hooke, HookeRunner
>>> h = Hooke()
>>> r = HookeRunner()
->>> h = r.run_lines(h, ['load_playlist test/data/test'])
# doctest: +ELLIPSIS
+>>> h = r.run_lines(h, ['load_playlist test/data/test'])
<FilePlaylist test.hkp>
Success
<BLANKLINE>