Marc Abramowitz
Marc Abramowitz
This issue was fixed by https://github.com/bbangert/retools/commit/3d41f87855f6bf21bba1d2410fd8bea895567ece (PR #30) so I think it can be closed. @bbangert: Are you able to do a release to PyPI? Because, as @jayd3e mentioned, 0.4.1...
Cc: @sontek :smile:
Do it :-)
Oh should I amend this to remove the teaser from index.rst?
OK, updated.
Testing... **pycon** ``` pycon >>> a = {'animal': 'dog'} >>> a {'animal': 'dog'} >>> print('yay') yay ``` **doctest** ``` doctest >>> a = {'animal': 'dog'} >>> a {'animal': 'dog'} >>>...
@hynek: > Do you think there’s a chance to convince GitHub to support doctest too? Well, we'll see what happens -- https://github.com/atom/language-python/pull/49 :smile:
https://github.com/atom/language-python/pull/49 merged. So `doctest` should work in a few weeks. :smile: