From: W. Trevor King Date: Mon, 19 Nov 2012 12:50:30 +0000 (-0500) Subject: test:tutorial: add 0x05120005 to doctest X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=877f4a54e497c7052c661bc771065ea545fe61bb test:tutorial: add 0x05120005 to doctest This should have happend in commit 434e8c556602a9f211396f5549bcc81527f51d80 Author: W. Trevor King Date: Thu Apr 21 08:12:27 2011 -0400 Initial attempt at PicoForce 0x05120005 support. --- diff --git a/test/tutorial.py b/test/tutorial.py index 7dfc865..aa51244 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -79,7 +79,8 @@ Success Success >>> h = r.run_lines(h, ['glob_curves_to_playlist test/data/vclamp_picoforce/*'] -... ) # doctest: +ELLIPSIS +... ) # doctest: +ELLIPSIS, +REPORT_UDIFF + @@ -110,21 +111,21 @@ Success *Navigating the playlist* >>> h = r.run_lines(h, ['get_curve']) - + Success >>> h = r.run_lines(h, ['next_curve']) Success >>> h = r.run_lines(h, ['get_curve']) - + Success >>> h = r.run_lines(h, ['previous_curve']) Success >>> h = r.run_lines(h, ['get_curve']) - + Success >>> h = r.run_lines(h, ['curve_index']) @@ -139,14 +140,14 @@ Success Success >>> h = r.run_lines(h, ['curve_index']) -101 +102 Success >>> h = r.run_lines(h, ['next_curve']) Success >>> h = r.run_lines(h, ['get_curve']) - + Success >>> h = r.run_lines(h, ['curve_index']) @@ -157,7 +158,7 @@ Success Success >>> h = r.run_lines(h, ['get_curve']) - + Success >>> h = r.run_lines(h, ['curve_index'])