HaxeFoundation / haxe.org-comments

Repository to collect comments of our haxe.org websites
2 stars 2 forks source link

[haxe.org/manual] Unit Testing #106

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

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

Mariosyian commented 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?

Simn commented 2 years ago

The linked documentation mentions https://github.com/haxe-utest/utest, which we also use for our own unit tests.

Mariosyian commented 2 years ago

@Simn thank you for replying so fast, but I still can't see where haxe-utest is mentioned.

Simn commented 2 years ago

https://haxe.org/manual/std-hx3compat.html which is linked at the top.

Mariosyian commented 2 years ago

Ohh, my bad! I was too focused on this page.