mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
WIP: display config hierarchy
This commit is contained in:
parent
4cc8b1dc38
commit
beeedf7448
8 changed files with 66 additions and 4 deletions
|
|
@ -140,7 +140,8 @@ class BurpuiAPITestCase(TestCase):
|
|||
u'multi': [],
|
||||
u'includes': [],
|
||||
u'includes_ext': [],
|
||||
u'clients': []
|
||||
u'clients': [],
|
||||
u'hierarchy': [{'children': [], 'dir': '/dev', 'full': '/dev/null', 'name': 'null', 'parent': None}],
|
||||
}
|
||||
),
|
||||
(u'boolean', self.bui.client.get_parser_attr('boolean_srv')),
|
||||
|
|
@ -166,7 +167,8 @@ class BurpuiAPITestCase(TestCase):
|
|||
u'multi': [],
|
||||
u'includes': [],
|
||||
u'includes_ext': [],
|
||||
u'clients': []
|
||||
u'clients': [],
|
||||
u'hierarchy': [],
|
||||
}
|
||||
),
|
||||
(u'boolean', self.bui.client.get_parser_attr('boolean_cli')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue