Commit bad67dc
authored
Delete the
* Delete the `cmd2_ext_test.py` plugin code from the cmd2 repo
Also:
- Copy the ExternalTestMixin class implementation to the `tests_isolated_test_commandset/conftest.py` file
- Remove info on the External Test Plugin from the documentation
- Add info on the cmd2 Plugin Template to the documentation
- Remove loading of `cmd2-ext-test` source code from the pyproject.toml
- Removed ext-test stuff from tasks.py for invoke usage
There is likely a lot more cleanup that can and should be done. This is just a first attempt to get our GitHub Actions CI/CD working without this plugin's circular dependency.cmd2_ext_test.py plugin code from the cmd2 repo (#1518)1 parent f9805db commit bad67dc
File tree
23 files changed
+87
-940
lines changed- docs
- plugins
- plugins
- ext_test
- cmd2_ext_test
- examples
- tests
- tests_isolated/test_commandset
23 files changed
+87
-940
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments