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 /noxfile.py | |
| 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 'noxfile.py')
| -rw-r--r-- | noxfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ def docs(session): session.install('sphinx', 'sphinx-rtd-theme', '.', + 'plugins/ext_test', ) session.chdir('docs') tmpdir = session.create_tmp() |
