batavia icon indicating copy to clipboard operation
batavia copied to clipboard

A JavaScript implementation of the Python virtual machine.

Results 52 batavia issues
Sort by recently updated
recently updated
newest added

Hello! When running the test suite for batavia, `python setup.py test`, I get 836 failures in addition to the 3262 expected failures. It appears that all of the failures are...

I am trying to implement some test cases but I have been facing with some assertion problems. This a diff from a test case that I tried to implement 'test_subtract_int'...