merkle-tree-stream/test
Luke Murphy 065eb1fdac
Focus on Iterator protocol - tests passing!
Too much naming copy/pasta will probably confuse Python programmers when
we have generator/iterators and I suppose we have streams but that is
just so generic that it won't help.

So, better make it explicit that this is an iterator.

It also seems to the fit the usage of the other implementors.
2019-08-01 17:21:28 +02:00
..
__init__.py Initialise the new module boilerplate 2019-07-08 11:40:40 +02:00
conftest.py Focus on Iterator protocol - tests passing! 2019-08-01 17:21:28 +02:00
test_generate.py Focus on Iterator protocol - tests passing! 2019-08-01 17:21:28 +02:00
test_version.py Fix naming hyphenation from boilerplate 2019-07-08 13:04:00 +02:00