andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
589 stars 147 forks source link

Add tests using Nunit #28

Open ddaws opened 9 years ago

ddaws commented 9 years ago

The name is pretty self explanatory. I am considering creating another project with a folder, test. I will then add a Solution file to open them both up easily.

I don't plan to add test coverage for things all right away, though was hoping to add tests as the need for them arose. I figured setting up the scaffolding will make it easier for others to contribute to this.