- 11 Jan, 2014 1 commit
-
-
John R. Lenton authored
-
- 08 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
The idea is simple: each print represents a testcase within a test unit. As we don't have strict rules on which/how many testcase are put into a test file, it's nice to have an idea how many *testcases* we have totally. Would be nice to count how many testcases pass/fail, but that's a bit less trivial.
-
- 04 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
tests/bytecode/run-tests already uses puthon3.3, so let's just use it here too. Fore reference, errors with python 3.2.3: File "tests/generator1.py", line 12 return None SyntaxError: 'return' with argument inside generator File "tests/list_clear.py", line 3, in <module> x.clear() AttributeError: 'list' object has no attribute 'clear' etc.
-
- 03 Jan, 2014 1 commit
-
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
- 02 Jan, 2014 1 commit
-
-
Damien George authored
-
- 29 Dec, 2013 2 commits