HyperQuark / hyperquark

compile scratch projects to webassembly
https://hyperquark.github.io/hyperquark/
Apache License 2.0
9 stars 0 forks source link

unit tests are awful and aren't really unit tests #18

Open pufferfish101007 opened 1 month ago

pufferfish101007 commented 1 month ago

code should be split into easily testable chunks, and those chunks should be tested properly. at the moment we have massive monolithic functions that are tested against a single case to make sure they don't fail, and really they're integration tests