diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-20 13:35:47 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2020-08-20 18:08:45 -0400 |
commit | c62293103e97fd36a4f344d5d6c4c59a2c5b3e59 (patch) | |
tree | 095f9a241a1ca5d523d0fd993704b682385d1a33 /docs/index.rst | |
parent | 9a20e7ca66bdab4581409d1eac16c931db08d6b6 (diff) | |
download | cmd2-git-c62293103e97fd36a4f344d5d6c4c59a2c5b3e59.tar.gz |
Updated documentation with more explicit discussions on testing
Added unit test to verify command name validation updates.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9153c47f..30584f42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,6 +76,15 @@ Plugins plugins/index +Testing +======= + +.. toctree:: + :maxdepth: 2 + + testing + + API Reference ============= |