tests for get_definitions

This commit is contained in:
David Halter
2012-05-13 16:14:37 +02:00
parent ed6b47c12c
commit 92df46bd58
3 changed files with 65 additions and 21 deletions

View File

@@ -241,3 +241,5 @@ gen_exe = gen()
next(gen_exe).upper
#? ['real']
next(gen_exe).real
#? float() str()
next(gen_exe)