actually, to fully cover the complete interface the database table classes expose, the 2 test functions we currently have per database table are not enough, but we additionally need
- roundtrip cbor
- roundtrip fbs
- copy cbor to fbs
- copy fbs to cbor
like for example here https://github.com/crossbario/cfxdb/blob/master/cfxdb/tests/test_user.py
actually, to fully cover the complete interface the database table classes expose, the 2 test functions we currently have per database table are not enough, but we additionally need
like for example here https://github.com/crossbario/cfxdb/blob/master/cfxdb/tests/test_user.py