test_doctest3.txt 82 Bytes
Newer Older
1 2 3 4

Here we check that `__file__` is provided:

  >>> type(__file__)
5
  <class 'str'>