mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +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:
parent
775ca4463f
commit
7eb678a893
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue