summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_cli.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-09 09:38:37 -0500
committerGitHub <noreply@github.com>2017-02-09 09:38:37 -0500
commit9c3a235e8a8bbfc0c4465bb26bf36981bd387899 (patch)
treed8e32ef1321154cd766b5ba38d291bde45ed512f /tests/lib/cli/test_cli.py
parentbae44e4b7653f91408044764d206d2415fc38d9f (diff)
parenta4b74d05fca0ff19c04cc2fef432d5fde9469c45 (diff)
Merge pull request #164 from opensourcerouting/pytest2
Rework test runners to use pytest
Diffstat (limited to 'tests/lib/cli/test_cli.py')
-rw-r--r--tests/lib/cli/test_cli.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/cli/test_cli.py b/tests/lib/cli/test_cli.py
new file mode 100644
index 0000000000..e3c31c2d91
--- /dev/null
+++ b/tests/lib/cli/test_cli.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestCli(frrtest.TestRefOut):
+ program = './test_cli'