Basically I converted the MSTest tests to xunit tests, joined them all into one project since they are actually only testing the lib anyway.
Caveats
Tests don't work if you run them all at once, you have to run each individually. I think that's because some left overs from previous tests are still there, probably static fields. That's probably still better than what was there before. Some tests aren't passing but that's expected.
Notes
Hopefully this can be used as a starting point for new tests. I haven't changed the tests themselves, they might be outdated and wrong. Also the whole way the script tests work seem stupid.
Description
Basically I converted the MSTest tests to xunit tests, joined them all into one project since they are actually only testing the lib anyway.
Caveats
Tests don't work if you run them all at once, you have to run each individually. I think that's because some left overs from previous tests are still there, probably static fields. That's probably still better than what was there before. Some tests aren't passing but that's expected.
Notes
Hopefully this can be used as a starting point for new tests. I haven't changed the tests themselves, they might be outdated and wrong. Also the whole way the script tests work seem stupid.