(self)
| 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() |
nothing calls this directly
no test coverage detected