1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Move NSEdoc for unittest.run to unittest.nse

This prevents unittest.run from being included in the Script Arguments
section of every script that includes a unittest-compatible library.
This commit is contained in:
dmiller
2014-07-31 18:06:14 +00:00
parent 775ca4463f
commit 7eb678a893
2 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ Runs unit tests on all NSE libraries.
]]
---
-- @args unittest.run Run tests. Causes <code>unittest.testing()</code> to
-- return true.
--
-- @args unittest.tests Run tests from only these libraries (defaults to all)
--
-- @usage