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

How i can run tests not in project home? #67

Closed dukobpa3 closed 4 years ago

dukobpa3 commented 11 years ago

Such like this:

munit test ./project_dir_1/test.xhxml
munit test ./project_dir_2/test.xhxml
munit test ./project_dir_3/test.xhxml

Need for batch testing more than one projects, and for compiling/testing with maven.

NobbZ commented 11 years ago

In Unixes

CD path && munit test

should do its job, for windows I don't know ID that works also, but for easier reading you should use absolute paths. Am 03.09.2013 00:30 schrieb "Dukobpa3" notifications@github.com:

Such like this:

munit test ./project_dir_1/test.xhxml munit test ./project_dir_2/test.xhxml munit test ./project_dir_3/test.xhxml

Need for batch testing more than one projects, and for compiling/testing with maven.

— Reply to this email directly or view it on GitHubhttps://github.com/massiveinteractive/MassiveUnit/issues/67 .

dukobpa3 commented 11 years ago

I do not fit the transition to the project folder. I do need to run tests in a not project folder.