Unit test for pot_fragment()
(self)
| 150 | xmlcleaner.os_match('linux', 'hal9000') |
| 151 | |
| 152 | def test_pot_fragment(self): |
| 153 | """Unit test for pot_fragment()""" |
| 154 | self.assertIsString(pot_fragment("Foo", 'bar.xml')) |
| 155 | |
| 156 | def test_var(self): |
| 157 | """Test the <var> element""" |
nothing calls this directly
no test coverage detected