diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-14 08:27:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-14 08:27:50 -0800 |
| commit | 50c2e7c36d18c5359c12d8ab5cc6446394de9b73 (patch) | |
| tree | ccdb26b87b86feef2d12b9152c4db84acbfa0fe1 /tests/lib/cli/test_cli.py | |
| parent | bbaed4c210be22940aeb89d3cd8203773d5b0c82 (diff) | |
| parent | 43dac2baaef0d7061befe8c98f708b108c4ae2c9 (diff) | |
Merge pull request #200 from opensourcerouting/pytest-stable
pytest for stable/2.0
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' |
