$ go test -v .
=== RUN TestCPULimits
--- PASS: TestCPULimits (5.97s)
=== RUN TestAppPoolExists
--- PASS: TestAppPoolExists (2.60s)
=== RUN TestAppPoolDoesNotExist
--- PASS: TestAppPoolDoesNotExist (0.99s)
=== RUN TestApplicationPoolLifecycle
--- PASS: TestApplicationPoolLifecycle (7.33s)
=== RUN TestRuntimeVersion
2018/11/08 15:03:11 Setting the Managed Runtime Version to ""..
2018/11/08 15:03:13 Setting the Managed Runtime Version to "v2.0"..
2018/11/08 15:03:15 Setting the Managed Runtime Version to "v4.0"..
--- PASS: TestRuntimeVersion (6.89s)
PASS
ok github.com/tombuildsstuff/golang-iis/iis/applicationpools 23.882s