radumg / DynaWeb

DynaWeb is a Dynamo package providing support for interaction with the interwebz in general and with REST APIs in particular.
https://radumg.github.io/DynaWeb/
GNU Affero General Public License v3.0
43 stars 15 forks source link

Add unit testing infrastructure #19

Closed radumg closed 6 years ago

radumg commented 6 years ago

From @radumg on August 8, 2017 23:16

Expected Behavior

Reproducing the set-up for the Dynamo repo, using NUnit

Actual Behavior

No unit testing infrastructure currently.

Copied from original issue: radumg/DynWWW#12

radumg commented 6 years ago

See this https://github.com/DynamoDS/Dynamo/wiki/Writing-Unit-Test-Libraries-for-Dynamo

radumg commented 6 years ago

added NUnit3 NuGet and DynaWebTests project now, but it's not wired up to test .DYN files. Will decide at a later date if it's needed, slightly overkill right now.