✅ Unit tests not appearing
Hello! For once I'm doing a little project in the console rather than in Unity, meaning for unit tests I'm having to add the package myself. I've added the NuGet packages NUnit and NUnit.Console, and I've written a test file that doesn't give any complains. When I try add run it though, the Unit Test tab of Rider show's no tests. I can't figure out why though.
All I can think of is the assembly not being referenced, but Rider says it does that automatically for NUnit packages. Any ideas? I'm sure it's something simple didn't know was a step.
Here's the test class, in case I've done something wrong there.
All I can think of is the assembly not being referenced, but Rider says it does that automatically for NUnit packages. Any ideas? I'm sure it's something simple didn't know was a step.
Here's the test class, in case I've done something wrong there.