diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-09 09:38:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-09 09:38:37 -0500 |
| commit | 9c3a235e8a8bbfc0c4465bb26bf36981bd387899 (patch) | |
| tree | d8e32ef1321154cd766b5ba38d291bde45ed512f /tests/lib/cli/test_cli.py | |
| parent | bae44e4b7653f91408044764d206d2415fc38d9f (diff) | |
| parent | a4b74d05fca0ff19c04cc2fef432d5fde9469c45 (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.py | 4 |
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' |
