MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / test_pot_fragment

Method test_pot_fragment

tests/TestCleanerML.py:152–154  ·  view source on GitHub ↗

Unit test for pot_fragment()

(self)

Source from the content-addressed store, hash-verified

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"""

Callers

nothing calls this directly

Calls 2

pot_fragmentFunction · 0.90
assertIsStringMethod · 0.80

Tested by

no test coverage detected