aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Add integration tests for various Python errors #373

Open aroberge opened 6 years ago

aroberge commented 6 years ago

Some arguments of Exception objects have changed between Brython 3.2.7 and 3.3.4, resulting in breaking the analysis of some common mistakes. Unfortunately, this is not captured by tests.

Adding integration tests for these common coding errors would be useful for future upgrades.