summaryrefslogtreecommitdiff
path: root/noxfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentation with more explicit discussions on testingEric Lin2020-08-201-0/+1
| | | | Added unit test to verify command name validation updates.
* Adding explicit python 3.5.2 test to nox, travisEric Lin2020-08-111-3/+2
| | | | | | | Python 3.5.2 introduced a bug in typing that was fixed in 3.5.3. The bug in typing prevents the latest nox from running properly. Ubuntu 16.04 stopped at python 3.5.2. To work-around, force an older version of nox when testing 3.5.2
* Adding explicit python 3.5.3 test to nox, travis.Eric Lin2020-08-101-1/+1
| | | | Copied 3.5.4 definition of typing.Deque
* updated importsEric Lin2020-08-041-1/+3
| | | | Added additional documentation
* Added type annotations for fields in cmd2.Cmd.Eric Lin2020-07-211-5/+17
| | | | | | | Cleaned up docstring in external test plugin Updated some initialization to match new approach for version info discovery. Tagged some IDE-only lines as no-cover Adds plugin coverage reporting.
* Brought in cmd2 plugin template as a first-class member of cmd2 properEric Lin2020-07-141-9/+10
|
* Minor cleanup. Removed some experiments that weren't supposed to be includedEric Lin2020-07-111-0/+4
|
* external test plugin tests and coverage should now runEric Lin2020-07-111-0/+4
|
* Swap out tox for noxEric Lin2020-07-081-0/+18