Skip to content

Commit

Permalink
Update docs/articles/nunit/getting-started/installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Killeen <SeanKilleen@gmail.com>
  • Loading branch information
OsirisTerje and SeanKilleen authored Sep 22, 2023
1 parent 22eafbe commit 7036549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/nunit/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Note that if you have used any of the top 4 approaches, you already have this pa

The NUnitLite approach provides a way to run NUnit tests without a full install of the NUnit runner and test engine assemblies. Only the framework and a small runner program are installed. If you want to experiment with NUnit or debug something in NUnit, this can be a helpful choice.

Follow the instructions for [NUnitLite](xref:nunitlite) to install the package and create a test assembly. You will need to add a reference to the NUnitLite package in your test assembly.
Follow the instructions for [NUnitLite](xref:nunitlite) to install the package and create a test assembly. You will need to add a reference to the `NUnitLite` package in your test assembly.

To run your tests, simply run your executable test assembly. No other runner is needed.

Expand Down

0 comments on commit 7036549

Please sign in to comment.