-
Notifications
You must be signed in to change notification settings - Fork 448
Add test scripts and documentation #405
Conversation
|
I just tried this out on Windows. so far it seems to be working well.. My first thought is, since |
|
Thanks for the feedback @StanleyGoldman, so to test in Debug by default I can just set the configuration to Debug, right? |
Config parameter which is Debug by default. Exclude parameter which is an empty string by default.
ea5e503 to
9381882
Compare
|
thanks for your changes @StanleyGoldman Adding some observations about running the tests on mac. running when i try to run the nunit-console with mono (ex. but when i run any tests (ex. |
|
So I have no idea yet how to make this run in mono, but I'm happy enough having it work on windows for now. I'm going to merge this in and add an issue for it. |
|
Thanks @StanleyGoldman for merging this and creating the test.sh issue 🎉 |

Working on simple scripts to run the tests on both Mac and Windows. Also added a
how-to-testdoc to describe the tests and how to run them.I haven't scripted much, so feedback is appreciated!