More tests

This commit is contained in:
rocky 2017-11-28 10:07:46 -05:00
parent b5cd160ebb
commit 3c8f38f8a6
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,4 @@
from __future__ import generators
def gen():
for i in range(10):
yield