Skip to content

Testing

Fredrik August Madsen-Malmo edited this page Feb 10, 2021 · 11 revisions

Testing

This page contains information on how to run tests, and where tests are located. For more information about the folder structure checkout the folder structure page

How to run tests

Run the test suite with

dotnet test

Where to find tests

All tests are located in /BackendTests/.

Clone this wiki locally