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/api/plugin_external_test.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/api/plugin_external_test.rst')
| -rw-r--r-- | docs/api/plugin_external_test.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api/plugin_external_test.rst b/docs/api/plugin_external_test.rst new file mode 100644 index 00000000..58450b11 --- /dev/null +++ b/docs/api/plugin_external_test.rst @@ -0,0 +1,9 @@ +cmd2_ext_test +============= + +External Test Plugin + + +.. autoclass:: cmd2_ext_test.ExternalTestMixin + :members: + |
