예제 #1
0
def test_bufMsgSize():
    r"""Test buf message size."""
    assert (YggInterface.bufMsgSize() == constants.YGG_MSG_BUF)
예제 #2
0
def test_bufMsgSize():
    r"""Test buf message size."""
    assert_equal(YggInterface.bufMsgSize(), YGG_MSG_BUF)