예제 #1
0
 def test_watch_models(self):
     toolbar_pool.discover_toolbars()
     self.assertEqual(type(toolbar_pool.get_watch_models()), list)
예제 #2
0
 def test_watch_models(self):
     toolbar_pool.discover_toolbars()
     self.assertEqual(type(toolbar_pool.get_watch_models()), list)
예제 #3
0
 def test_watchmodels(self):
     """ Tests that the toolbar sets watch_models correctly. """
     self.assertTrue(Thing in toolbar_pool.get_watch_models())