flake8-rst
flake8-rst copied to clipboard
Use `testsetup` for module bootstrap
.. testsetup:: *
from collections import *
import itertools
__name__ = '<doctest>'
LIke here https://github.com/python/cpython/blob/master/Doc/library/collections.rst#id3