beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 425 forks source link

Updates to test runners for windows and setup.py test. #798

Closed martica closed 5 years ago

martica commented 5 years ago

The paths needed escaping in a few places for windows. The setup.py test runner was breaking on tests/utils/adjust.py having a function called adjust (that matched the file name). I've changed the file name for now. Not sure why it wants to call that function.

Fixes the issues from #797

PR Checklist: