()
| 24 | |
| 25 | # Prevent this test from running in the Python distro |
| 26 | def setUpModule(): |
| 27 | try: |
| 28 | openfile('crispin-torture.txt') |
| 29 | except OSError: |
| 30 | raise unittest.SkipTest |
| 31 | |
| 32 | |
| 33 |
nothing calls this directly
no test coverage detected
searching dependent graphs…