Testing - Mikael-Nilsson/NeARandFAR GitHub Wiki

Weirdness in testing

As the NeARandFARBackend has an overarching project (which I would like to get rid of) so that I can deploy to AWS, this also means testing is discovered for both that project and the subprojects. In VS, I can run the tests in the overarching project but not the sub projects. In console I can run them both as part of the root project and as own projects.

And I do reiterate: these are the same test files, but as they have their own projects plus the overarching project, Visual Studio discovers them doubly, but runs only the root project tests.

Weirdness.