MCPcopy Index your code
hub / github.com/python/cpython / test_create

Method test_create

Lib/test/test_plistlib.py:442–445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440 return pl
441
442 def test_create(self):
443 pl = self._create()
444 self.assertEqual(pl["aString"], "Doodah")
445 self.assertEqual(pl["aDict"]["aFalseValue"], False)
446
447 def test_io(self):
448 pl = self._create()

Callers

nothing calls this directly

Calls 2

_createMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected