XamlX
XamlX copied to clipboard
Refactor the test code
Hello!
Now that the tests are almost restored (#31), we can try refactoring the test code. This PR suggests doing it:
- removes visibility for VS and
dotnet test
tests withnetstandard2.0
- separates classes for tests from the tests themselves
My primary goal was to try and get rid of the hacks for running tests with VS, but that didn't help
Depends on #31
Closes #33
Now by calling dotnet test
we get the passed tests https://github.com/rstm-sf/XamlX/actions/runs/319622697
dotnet build
work https://github.com/rstm-sf/XamlX/actions/runs/324618972
@kekekeks hello, does it make sense to update it?