Definition at line 19 of file test_commodity.py.
◆ test_namespaces()
| test_commodity.TestCommodityNamespace.test_namespaces |
( |
|
self | ) |
|
Definition at line 20 of file test_commodity.py.
20 def test_namespaces(self):
21
22 namespace_names = self.table.get_namespaces()
23
24 self.assertEqual(namespace_names, ['template', 'CURRENCY'])
25
◆ test_namespaces_list()
| test_commodity.TestCommodityNamespace.test_namespaces_list |
( |
|
self | ) |
|
Definition at line 26 of file test_commodity.py.
26 def test_namespaces_list(self):
27 namespaces = self.table.get_namespaces_list()
28 namespace_names = [ns.get_name() for ns in namespaces]
29 self.assertEqual(namespace_names, ['template', 'CURRENCY'])
30
The documentation for this class was generated from the following file: