XamlX icon indicating copy to clipboard operation
XamlX copied to clipboard

Refactor the test code

Open rstm-sf opened this issue 4 years ago • 2 comments

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 with netstandard2.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

rstm-sf avatar Oct 18 '20 15:10 rstm-sf

Now by calling dotnet test we get the passed tests https://github.com/rstm-sf/XamlX/actions/runs/319622697

rstm-sf avatar Oct 21 '20 10:10 rstm-sf

dotnet build work https://github.com/rstm-sf/XamlX/actions/runs/324618972

rstm-sf avatar Oct 23 '20 17:10 rstm-sf

@kekekeks hello, does it make sense to update it?

rstm-sf avatar Jul 13 '23 17:07 rstm-sf