From 877f4a54e497c7052c661bc771065ea545fe61bb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 19 Nov 2012 07:50:30 -0500 Subject: [PATCH] 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. --- test/tutorial.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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']) -- 2.26.2