pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

Feature for skipping tests #17

Closed jiridanek closed 8 years ago

jiridanek commented 8 years ago

Skipping tests is easy, even the error message I wrote about is easy. Adding a command line switch, something analogous to --gtest_also_run_disabled_tests option seems to be bigger deal (adding a new command line parameter) so I won't be doing that. (Unless we agree that really is what we want. @lemonsqueeze in PR #12 suggested prefixing broken tests with xxx and having a flag --skip-broken. I think ! is better)

pasky commented 8 years ago

Thanks!