Open utterances-bot opened 2 years ago
So does Haxe 4 not implement its own unit testing library? There don't seem to be any alternatives listed here. Is the only solution to install the hx3compat
library and run the Haxe 3 testing framework?
The linked documentation mentions https://github.com/haxe-utest/utest, which we also use for our own unit tests.
@Simn thank you for replying so fast, but I still can't see where haxe-utest
is mentioned.
https://haxe.org/manual/std-hx3compat.html which is linked at the top.
Ohh, my bad! I was too focused on this page.
Unit Testing - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
https://haxe.org/manual/std-unit-testing.html