Change sachsen module to use ICapGauge
This commit is contained in:
parent
3b26a7a6b5
commit
8e6b0fba4c
4 changed files with 111 additions and 75 deletions
|
|
@ -29,8 +29,8 @@ class SachsenTest(BackendTest):
|
|||
self.assertTrue(len(l) > 0)
|
||||
|
||||
gauge = l[0]
|
||||
history = list(self.backend.iter_gauge_history(gauge.id))
|
||||
self.backend.load_gauge_history(gauge)
|
||||
|
||||
self.assertTrue(len(history) > 0)
|
||||
self.assertTrue(len(gauge.history) > 0)
|
||||
|
||||
self.assertTrue(self.backend.get_last_measure(gauge.id) is not None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue