Staging
v0.8.1
Raw File
test_doctest3.txt

Here we check that `__file__` is provided:

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