testing.unit.test_lazy module
- class testing.unit.test_lazy.CatTestCase(*args)[source]
Bases:
Iterators
Test concatenation of iterators
- class testing.unit.test_lazy.FilterTestCase(*args)[source]
Bases:
Iterators
Tests for lazy_filter function
- class testing.unit.test_lazy.IterEqualTestCase(*args)[source]
Bases:
Iterators
Tests for iter_equal function
- class testing.unit.test_lazy.Iterators(*args)[source]
Bases:
UnitTestCase
- __init__(*args)[source]
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- empty()
- evens()
- odds()
- one_to_100()
- class testing.unit.test_lazy.TreeReducerTest(methodName='runTest')[source]
Bases:
UnitTestCase