cpython/Lib/test/test_doctest3.txt
Fred Drake 7c404a4bf7 add __file__ to the globals available for tests loaded via DocFileSuite;
this is useful for locating supporting data files, just as it is in Python
modules
2004-12-21 23:46:34 +00:00

6 lines
81 B
Plaintext

Here we check that `__file__` is provided:
>>> type(__file__)
<type 'str'>