DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

Will be good to have conditional ignoring for UnitTest #207

Open dmitry-kuzovatkin opened 7 years ago

dmitry-kuzovatkin commented 7 years ago

Will be good to have ability to ignore some test by condition.

For example:

@Async
@Ignore("bamboo")
public function testCall() : Void
{
...
}