Staging
v0.5.1
Raw File
test_doctest3.txt

Here we check that `__file__` is provided:

  >>> type(__file__)
  <class 'str'>
back to top