| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Attempt to fix remaining black failures | Todd Leonhardt | 2021-01-31 | 1 | -2/+9 |
| | | |||||
| * | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -17/+10 |
| | | |||||
| * | Remove Python 3.10 testing because it doesn't appear to be available in ↵ | Todd Leonhardt | 2021-01-30 | 1 | -1/+1 |
| | | | | | GitHub Actions yet | ||||
| * | Try to fix flake8 lint run and Python 3.10 runs | Todd Leonhardt | 2021-01-30 | 1 | -1/+1 |
| | | |||||
| * | Only run a single nox session for each version of Python in GitHub Actions ↵ | Todd Leonhardt | 2021-01-30 | 1 | -2/+2 |
| | | | | | | | | | matrix Also: - Temporarily disable dependency caching in GitHub Actions - For Azure Pipelines MacOs testing, add Python 3.9 and remove 3.5 | ||||
| * | Updated documentation with more explicit discussions on testing | Eric Lin | 2020-08-20 | 1 | -0/+1 |
| | | | | | Added unit test to verify command name validation updates. | ||||
| * | Adding explicit python 3.5.2 test to nox, travis | Eric Lin | 2020-08-11 | 1 | -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 Lin | 2020-08-10 | 1 | -1/+1 |
| | | | | | Copied 3.5.4 definition of typing.Deque | ||||
| * | updated imports | Eric Lin | 2020-08-04 | 1 | -1/+3 |
| | | | | | Added additional documentation | ||||
| * | Added type annotations for fields in cmd2.Cmd. | Eric Lin | 2020-07-21 | 1 | -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 proper | Eric Lin | 2020-07-14 | 1 | -9/+10 |
| | | |||||
| * | Minor cleanup. Removed some experiments that weren't supposed to be included | Eric Lin | 2020-07-11 | 1 | -0/+4 |
| | | |||||
| * | external test plugin tests and coverage should now run | Eric Lin | 2020-07-11 | 1 | -0/+4 |
| | | |||||
| * | Swap out tox for nox | Eric Lin | 2020-07-08 | 1 | -0/+18 |
