massive-oss / MassiveUnit

munit is a cross-platform unit testing framework for Haxe. Utilises metadata markup for test cases and includes tools for generating, compiling and running test cases from the command line.
Other
181 stars 56 forks source link

Add support for Adobe AIR #159

Closed jgranick closed 5 years ago

jgranick commented 6 years ago

This pull request makes changes to munit to allow AIR-based projects to test on the command-line. With the advent of headless unit testing, and the eventual removal of Flash Player in the browser, testing AIR on the command-line may be promising for validating compliance in AVM2.

jgranick commented 5 years ago

Closed in favor of: https://github.com/massiveinteractive/MassiveUnit/pull/164