From dea1a26ee6425752577ba4aed75abfa060be1e03 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 9 Jan 2018 10:36:39 -0600 Subject: [PATCH] docs: Emphasize snmpsim is required for most tests (#8059) --- doc/Developing/os/Test-Units.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Developing/os/Test-Units.md b/doc/Developing/os/Test-Units.md index 28dd05c0cd..54403ba019 100644 --- a/doc/Developing/os/Test-Units.md +++ b/doc/Developing/os/Test-Units.md @@ -9,9 +9,9 @@ Saved snmp data can be found in `tests/snmpsim/*.snmprec` and saved database dat Please review this for any sensitive data **before** submitting. When replacing data, make sure it is modified in a consistent manner. -We utilise [snmpsim](http://snmpsim.sourceforge.net/) to do unit testing. For OS discovery, we can mock snmpsim, but -for other tests you will need it installed and functioning. We run snmpsim during our integration tests, but not by -default when running `./scripts/pre-commit.php`. +> We utilise [snmpsim](http://snmpsim.sourceforge.net/) to do unit testing. For OS discovery, we can mock snmpsim, but +> for other tests you will need it installed and functioning. We run snmpsim during our integration tests, but not by +> default when running `./scripts/pre-commit.php`. ## Capturing test data