JackWFinlay / jsonize

Convert HTML to JSON.
MIT License
22 stars 12 forks source link

NUnitLite test runner #15

Closed tmasternak closed 7 years ago

tmasternak commented 7 years ago

I wanted to tackle #13 but while tackling it I saw the current test project.

I think it might be useful to tweak it a bit. Here is a proposal:

  1. Use NUnitLite that runs as a normal console application
  2. It finds all tests in all classes inside application dll, runs them and outputs the status to console.
JackWFinlay commented 7 years ago

This is great, I'll give it a test in the next couple of days and most likely pull it in. I've been thinking of getting some proper tests in place. Thanks for the suggestions.

The original tests in there were a bit quick and dirty, I really want to clean this project up a bit.