Skip to content
Snippets Groups Projects
Commit 27236346 authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Add documentation for running unit tests

parent 4e0949f0
No related branches found
No related tags found
1 merge request!31Provide instructions on how to run tests
...@@ -62,4 +62,16 @@ If you do not have Make installed use `latexmk` (Obtainable e.g. via the MiKTeX ...@@ -62,4 +62,16 @@ If you do not have Make installed use `latexmk` (Obtainable e.g. via the MiKTeX
latexmk refman latexmk refman
``` ```
The compiled PDF file is named `refman.pdf` and also stored in the `latex` folder. The compiled PDF file is named `refman.pdf` and also stored in the `latex` folder.
\ No newline at end of file
## How to Run the NUnit Test Suite
> The instructions below assume that your working directory is at the project root
This project uses [NUnit](https://nunit.org/) for unit testing. The complete test suite can be run using the dotnet command
```
dotnet test
```
or the Visual Studio interface.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment