Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 346 Bytes

README.rst

File metadata and controls

20 lines (11 loc) · 346 Bytes

iterext

Python itertools recipes.

Running the doctests

The setup.cfg file configures nose to run the iterext doctests. First, pip install the requirements.txt:

pip install -r requirements.txt

Then, simply run:

nosetests