cpython: d15c26085591 (original) (raw)

Mercurial > cpython

changeset 95933:d15c26085591

Issue 22906: Add test file.

Yury Selivanov yselivanov@sprymix.com
date Sat, 09 May 2015 13:53:57 -0400
parents 36a8d935c322
children 5d8bc813d270
files Lib/test/test_pep479.py
diffstat 1 files changed, 34 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_pep479.py 34

line wrap: on

line diff

new file mode 100644 --- /dev/null +++ b/Lib/test/test_pep479.py @@ -0,0 +1,34 @@ +from future import generator_stop + +import unittest + + +class TestPEP479(unittest.TestCase):

+

+

+ + +if name == 'main':