def test_eof_msg(): r"""Test eof message signal.""" assert (YggInterface.eof_msg() == constants.YGG_MSG_EOF)
def test_eof_msg(): r"""Test eof message signal.""" assert_equal(YggInterface.eof_msg(), YGG_MSG_EOF)