More tests?

1 view
Skip to first unread message

Joe Gibbs Politz

unread,
Mar 27, 2013, 10:03:16 PM3/27/13
to lamb...@googlegroups.com
Alejandro, thanks for bringing all the new tests today!

Others, I'm sure there's still more tests worth getting in before tomorrow, so if you want to give us a little more confidence in our implementation by submission time, do it soon so I can update the evaluation section of the paper late tonight/early tomorrow morning.

Is anyone working on open bugs?  Matthew, I think there was a class-in-class bug with scope that was outstanding, but that's the only bug (not feature) that sticks out to me as  something I'd like wrapped up.

Home stretch!

Junsong Li

unread,
Mar 27, 2013, 11:22:15 PM3/27/13
to lamb...@googlegroups.com
BTW, Where should the tests go? 

Should the test yesterday found

def f():
   for i in range(10):
     print(i)
f()
print(i)
;=>
0
1
2
3
4
5
6
7
8
9
9

go into the python-reference?

I am still searching in the Lib/test


--
You received this message because you are subscribed to the Google Groups "lambda-py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lambda-py+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Junsong Li

unread,
Mar 27, 2013, 11:25:08 PM3/27/13
to lamb...@googlegroups.com
sorry, I mean it is a bug actually. I think it should go into tests/bug

Joe Gibbs Politz

unread,
Mar 27, 2013, 11:28:31 PM3/27/13
to lamb...@googlegroups.com
Yeah, put it in tests/bugs, it's good to keep track of those.

http://www.python.org/getit/releases/3.2.3/

Download and unzip a bundle, there's a directory called Lib/tests where we got many of our initial tests from.

Junsong Li

unread,
Mar 27, 2013, 11:34:44 PM3/27/13
to lamb...@googlegroups.com
I am searching in it now. It seems that tests on recent dir, getattr, hasattr are still missing.
Reply all
Reply to author
Forward
0 new messages