MCPcopy Index your code
hub / github.com/python/cpython / setUpModule

Function setUpModule

Lib/test/test_email/torture_test.py:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25# Prevent this test from running in the Python distro
26def setUpModule():
27 try:
28 openfile('crispin-torture.txt')
29 except OSError:
30 raise unittest.SkipTest
31
32
33

Callers

nothing calls this directly

Calls 1

openfileFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…