Added calibration file support to the JPK driver.
[hooke.git] / test / jpk_driver.py
index d3b80b63dcdfd10730069793d6a9cb3bcdd28ed0..d35934afd08a8341ee096540c012a2e3726f86be 100644 (file)
@@ -37,4 +37,21 @@ blocks: 2
 block sizes: [(4096, 6), (4096, 4)]
 Success
 <BLANKLINE>
+
+Load the second curve, to test calibration file overriding.
+
+>>> h = r.run_lines(h, ['next_curve'])
+Success
+<BLANKLINE>
+>>> h = r.run_lines(h, ['curve_info']) # doctest: +ELLIPSIS, +REPORT_UDIFF
+name: 2009.04.23-15.21.39.jpk
+path: test/data/vclamp_jpk/2009.04.23-15.21.39.jpk
+experiment: None
+driver: <hooke.driver.jpk.JPKDriver object at 0x...>
+filetype: None
+note: 
+blocks: 3
+block sizes: [(4096, 6), (2048, 3), (4096, 4)]
+Success
+<BLANKLINE>
 """