MCPcopy Index your code
hub / github.com/bugy/script-server / test_no_updates

Method test_no_updates

src/tests/observable_test.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.assertEqual([], observer.data)
15
16 def test_no_updates(self):
17 observable = self.create_observable()
18
19 self._test_no_updates(observable)
20
21 def _test_single_update(self, source, observable):
22 observer = _StoringObserver()

Callers

nothing calls this directly

Calls 2

create_observableMethod · 0.95
_test_no_updatesMethod · 0.95

Tested by

no test coverage detected