()
| 5980 | return tests |
| 5981 | |
| 5982 | def setUpModule(): |
| 5983 | init(C) |
| 5984 | init(P) |
| 5985 | global TEST_ALL |
| 5986 | TEST_ALL = ARITH if ARITH is not None else is_resource_enabled('decimal') |
| 5987 | |
| 5988 | def tearDownModule(): |
| 5989 | if C: C.setcontext(ORIGINAL_CONTEXT[C].copy()) |
nothing calls this directly
no test coverage detected