Created
November 21, 2011 20:42
-
-
Save certik/1383861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./run_tests.py | |
Looking for "js" and "py-builtins" [2]: .. [OK] | |
tests/test_compile_js.py [1]: . [OK] | |
tests/test_builtins.js [1]: . [OK] | |
tests/algorithms/sqrt.py [4]: .... [OK] | |
tests/algorithms/triangulation.py [4]: .... [OK] | |
tests/basic/assign_slice.py [4]: .... [OK] | |
tests/basic/augassign.py [4]: .... [OK] | |
tests/basic/augassign2.py [4]: .... [OK] | |
tests/basic/binaryops.py [4]: .... [OK] | |
tests/basic/break.py [4]: .... [OK] | |
tests/basic/class.py [4]: .... [OK] | |
tests/basic/class2.py [4]: .... [OK] | |
tests/basic/class3.py [4]: .... [OK] | |
tests/basic/class4.py [4]: .... [OK] | |
tests/basic/class5.py [4]: .... [OK] | |
tests/basic/class6.py [4]: .... [OK] | |
tests/basic/closure.py [4]: .... [OK] | |
tests/basic/continue.py [4]: .... [OK] | |
tests/basic/default.py [4]: .... [OK] | |
tests/basic/dictionary.py [4]: .... [OK] | |
tests/basic/dictionary2.py [4]: .... [OK] | |
tests/basic/docstring.py [4]: .... [OK] | |
tests/basic/embedding.py [4]: .... [OK] | |
tests/basic/fib.py [4]: .... [OK] | |
tests/basic/for_in.py [4]: .... [OK] | |
tests/basic/for_step.py [4]: .... [OK] | |
tests/basic/for_xrange.py [4]: .... [OK] | |
tests/basic/globalvar.py [4]: .... [OK] | |
tests/basic/helloworld.py [4]: .... [OK] | |
tests/basic/ifs.py [4]: .... [OK] | |
tests/basic/keys.py [4]: .... [OK] | |
tests/basic/kwargs2.py [4]: .... [OK] | |
tests/basic/list.py [4]: .... [OK] | |
tests/basic/list2.py [4]: .... [OK] | |
tests/basic/literals.py [4]: .... [OK] | |
tests/basic/logicalops.py [4]: .... [OK] | |
tests/basic/loops.py [4]: .... [OK] | |
tests/basic/multiassign.py [4]: .... [OK] | |
tests/basic/none.py [4]: .... [OK] | |
tests/basic/oo.py [4]: .... [OK] | |
tests/basic/oo_attributes.py [4]: .... [OK] | |
tests/basic/oo_diamond.py [4]: .... [OK] | |
tests/basic/oo_inherit2.py [4]: .... [OK] | |
tests/basic/oo_inherit3.py [4]: .... [OK] | |
tests/basic/oo_inherit_simple.py [4]: .... [OK] | |
tests/basic/oo_inherit_simple2.py [4]: .... [OK] | |
tests/basic/oo_static_inherit.py [4]: .... [OK] | |
tests/basic/oo_super.py [4]: .... [OK] | |
tests/basic/pass.py [4]: .... [OK] | |
tests/basic/print.py [4]: .... [OK] | |
tests/basic/scope.py [4]: .... [OK] | |
tests/basic/str1.py [4]: .... [OK] | |
tests/basic/trueorfalse.py [4]: .... [OK] | |
tests/basic/tuple.py [4]: .... [OK] | |
tests/basic/tuple2.py [4]: .... [OK] | |
tests/basic/vars.py [4]: .... [OK] | |
tests/basic/vars2.py [4]: .... [OK] | |
tests/basic/while.py [4]: .... [OK] | |
tests/errors/py_collision.py [4]: .... [OK] | |
tests/functions/and.py [4]: .... [OK] | |
tests/functions/append.py [4]: .... [OK] | |
tests/functions/bitand.py [4]: .... [OK] | |
tests/functions/bitor.py [4]: .... [OK] | |
tests/functions/bitxor.py [4]: .... [OK] | |
tests/functions/divfloor.py [4]: .... [OK] | |
tests/functions/float.py [4]: .... [OK] | |
tests/functions/gtge.py [4]: .... [OK] | |
tests/functions/in.py [4]: .... [OK] | |
tests/functions/int.py [4]: .... [OK] | |
tests/functions/isinstance.py [4]: .... [OK] | |
tests/functions/len.py [4]: .... [OK] | |
tests/functions/lshift.py [4]: .... [OK] | |
tests/functions/ltle.py [4]: .... [OK] | |
tests/functions/or.py [4]: .... [OK] | |
tests/functions/pop.py [4]: .... [OK] | |
tests/functions/rshift.py [4]: .... [OK] | |
tests/functions/sort.py [4]: .... [OK] | |
tests/functions/str.py [4]: .... [OK] | |
tests/functions/ubitcomp.py [4]: .... [OK] | |
tests/functions/uminus.py [4]: .... [OK] | |
tests/functions/uplus.py [4]: .... [OK] | |
tests/lists/extend.py [4]: .... [OK] | |
tests/lists/in.py [4]: .... [OK] | |
tests/lists/insert.py [4]: .... [OK] | |
tests/lists/map.py [4]: .... [OK] | |
tests/lists/max.py [4]: .... [OK] | |
tests/lists/min.py [4]: .... [OK] | |
tests/lists/reverse.py [4]: .... [OK] | |
tests/lists/subclass2.py [4]: .... [OK] | |
tests/lists/subclass3.py [4]: .... [OK] | |
tests/lists/sum2.py [4]: .... [OK] | |
tests/lists/xrange.py [4]: .... [OK] | |
tests/lists/zip.py [4]: .... [OK] | |
tests/strings/count.py [4]: .... [OK] | |
tests/strings/find.py [4]: .... [OK] | |
tests/strings/join.py [4]: .... [OK] | |
tests/strings/lstrip0.py [4]: .... [OK] | |
tests/strings/lstrip1.py [4]: .... [OK] | |
tests/strings/replace.py [4]: .... [OK] | |
tests/strings/rfind.py [4]: .... [OK] | |
tests/strings/rstrip0.py [4]: .... [OK] | |
tests/strings/rstrip1.py [4]: .... [OK] | |
tests/strings/split.py [4]: .... [OK] | |
tests/strings/splitlines.py [4]: .... [OK] | |
tests/strings/string_format_combined_simple.py [4]: .... [OK] | |
tests/strings/string_format_d_simple.py [4]: .... [OK] | |
tests/strings/string_format_f_simple.py [4]: .... [OK] | |
tests/strings/string_format_s_simple.py [4]: .... [OK] | |
tests/strings/strings_in_strings.py [4]: .... [OK] | |
tests/strings/strip.py [4]: .... [OK] | |
tests/strings/strip1.py [4]: .... [OK] | |
tests/strings/ulcase1.py [4]: .... [OK] | |
tests/strings/zipstring.py [4]: .... [OK] | |
Ran 113 tests in 13.386s | |
OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment