Staging
v0.5.1
Revision fdbdcfe020f8b55a1893d1185d7a250bce12625e authored by Benjamin Peterson on 30 June 2014, 01:58:16 UTC, committed by Benjamin Peterson on 30 June 2014, 01:58:16 UTC
1 parent f722c29
Raw File
test_doctest3.txt

Here we check that `__file__` is provided:

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