projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0405bb8
)
Remove unnecessary doctest comments from test/get_curve.py
author
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 18:11:53 +0000
(14:11 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 18:11:53 +0000
(14:11 -0400)
test/get_curve.py
patch
|
blob
|
history
diff --git
a/test/get_curve.py
b/test/get_curve.py
index fc1e6530320d7e79548c22f544befe0e5e52d3e3..b966be1039837e3786f690dfade7b1ee165c2cbf 100644
(file)
--- a/
test/get_curve.py
+++ b/
test/get_curve.py
@@
-20,11
+20,11
@@
>>> 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>
->>> h = r.run_lines(h, ['get_curve'])
# doctest: +ELLIPSIS, +REPORT_UDIFF
+>>> h = r.run_lines(h, ['get_curve'])
<Curve picoforce.000>
Success
<BLANKLINE>