We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71795 commit bab4e67Copy full SHA for bab4e67
plugins/ext_test/examples/example.py
@@ -1,11 +1,11 @@
1
#
2
# coding=utf-8
3
# import cmd2
4
-import cmd2_ext_test
5
-
6
import cmd2
7
import cmd2.py_bridge
8
+import cmd2_ext_test
+
9
10
class Example(cmd2.Cmd):
11
"""An class to show how to use a plugin"""
plugins/ext_test/tests/test_ext_test.py
@@ -1,14 +1,14 @@
import pytest
from cmd2 import (
CommandResult,
cmd2,
)
12
######
13
14
# define a class which implements a simple cmd2 application
0 commit comments