hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 281 forks source link

🪲 Fix failing unit tests #5582

Closed boryanagoncharenko closed 4 weeks ago

boryanagoncharenko commented 4 weeks ago

Fixes #5572 Somehow 2 unit tests related to booleans are still failing.

How to test Ensure that all unit tests for level 15 pass locally when the snippet_already_tested_with_current_hedy_version method always return False.

Felienne commented 4 weeks ago

Not a big issue but why are there images added in this pr?

boryanagoncharenko commented 4 weeks ago

Not a big issue but why are there images added in this pr?

I am not sure what these are and why they are generated. I manually removed them now (and also in the previous commit). I will look at what is causing them to generate.