summaryrefslogtreecommitdiff
path: root/tests/lib/test_ttable.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-05-24 02:01:00 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-06-16 02:02:42 +0000
commitf051edd156342ded612684bd26a45a1ff8e1840a (patch)
tree97933267b5eeef7423420f4aeba5dfe293e5fd26 /tests/lib/test_ttable.py
parentf43cd318b26a3dc57a0e6f40bcccdd5ce1886432 (diff)
lib: add table generator
Allows for easy preparation of tabular output. Supports: -- Padding -- Alignment -- Styling
Diffstat (limited to 'tests/lib/test_ttable.py')
-rw-r--r--tests/lib/test_ttable.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_ttable.py b/tests/lib/test_ttable.py
new file mode 100644
index 0000000000..1d93932ad2
--- /dev/null
+++ b/tests/lib/test_ttable.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestTTable(frrtest.TestRefOut):
+ program = './test_ttable'