beeware / batavia

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

Add check to assertCodeExecution that something was output and fix tests #799

Closed martica closed 5 years ago

martica commented 5 years ago

This updates the comparison logic after testing in JS and Python to include a check for both being empty.

There were a few tests that failed this check, but, happily, no test failure was hidden by this.

PR Checklist:

martica commented 5 years ago

fixes #792