Pairing test skeleton using .NET core and nunit
for testing.
./script/setup
to install dependencies (uses homebrew)./script/test
to run the tests./script/start
to run the code
- Code located in
PairingTest.cs
- Tests located in
Tests.cs
However, you're free to organise your code as you like.
IDE-wise you can use VS Code with the standard Microsoft C# extension.
Skeleton created following these instructions: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-nunit