-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Tests? #1
Comments
An entirely fair criticism. This is a work in progress and I was worried that if I took the time for tests I might never get the thing out the door (really only have the time over my Xmas break). But I entirely agree that tests are called for...indeed a necessary part of this example. Please feel free to write some up. I'll attempt to do so, too. |
Cool. I am messing around with this. I figure you wanted the Tests folder outside of the Assets folder, thus I need to make a new solution that won't get stomped by Unity. |
In Strange itself, I name the folder '.tests'. The dot allows Unity to ignore it. You could do that, if you like. |
And thanks, BTW...I appreciate the assist. |
The first things I was hungry to find out was how you setup your tests, so I was pretty disappointed to see no tests. I have only done a tiny bit of Unit Testing with Unity and I found NUnit and Rhino Mocks to be rather good for the job, but I was hoping to learn more from some people who are more seasoned writing tests an Unity. I'll fork the repo and add a test or two and you can let me know what you think.
The text was updated successfully, but these errors were encountered: