Every DB table defined in Flatbuffers schemata should have test coverage like in https://github.com/crossbario/cfxdb/blob/master/cfxdb/tests/test_xbr.py, with at least 2 test functions per table:
test_<table>_roundtrip
test_<table>_roundtrip_perf
Here is the current complete list:
Important: we should focus on the xbr and xbrnetwork tables first, as for the other classes this issue here depends on #9
Every DB table defined in Flatbuffers schemata should have test coverage like in https://github.com/crossbario/cfxdb/blob/master/cfxdb/tests/test_xbr.py, with at least 2 test functions per table:
test_<table>_roundtriptest_<table>_roundtrip_perfHere is the current complete list: