(self)
| 443 | import RAnDoM |
| 444 | |
| 445 | def test_double_const(self): |
| 446 | # Importing double_const checks that float constants |
| 447 | # serialized by marshal as PYC files don't lose precision |
| 448 | # (SF bug 422177). |
| 449 | from test.test_import.data import double_const |
| 450 | unload('test.test_import.data.double_const') |
| 451 | from test.test_import.data import double_const # noqa: F811 |
| 452 | |
| 453 | def test_import(self): |
| 454 | def test_with_extension(ext): |