You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally, I've been running individual tests using the Test.filter function in a script/REPL, and when running all tests CTRL-F5, so I haven't missed this feature too much.
Implementing it would be a matter of parsing the command-line argument and passing it to Test.filter.
What's a "built-in filter for .Net runtimes"?
I'm thinking CI servers here though. But yeah, I could write scripts for CI servers, I guess.
For .Net runtimes, I mean checking out whether running on mono or .net and what version. Some things are broken on some of the versions, such as the GC in latest mono.
Filter the tests to be run using patterns specified on the command line.
As in http://batterseapower.github.com/test-framework/
The text was updated successfully, but these errors were encountered: