Python bindings: don't try to wrap Test* classes

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-03-31 17:47:20 +01:00
parent c4b293d06e
commit 7f1f609c48
3 changed files with 10 additions and 580 deletions

View File

@@ -97,6 +97,16 @@ type_annotations = {
'ns3::Ipv4RoutingTableEntry * ns3::Ipv4GlobalRouting::GetRoute(uint32_t i) const [member function]': {
'params': {'return': { 'caller_owns_return': 'false',}},
},
'::ns3::TestCase': {
'ignore': 'true', # we don't need to write test cases in Python
},
'::ns3::TestRunner': {
'ignore': 'true', # we don't need to write test cases in Python
},
'::ns3::TestSuite': {
'ignore': 'true', # we don't need to write test cases in Python
},
}