()
| 5997 | return tests |
| 5998 | |
| 5999 | def setUpModule(): |
| 6000 | init(C) |
| 6001 | init(P) |
| 6002 | global TEST_ALL |
| 6003 | TEST_ALL = ARITH if ARITH is not None else is_resource_enabled('decimal') |
| 6004 | |
| 6005 | def tearDownModule(): |
| 6006 | if C: C.setcontext(ORIGINAL_CONTEXT[C].copy()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…