from utils import judge_expression


class TestUtDemo:

    def test_demo(self):
        print('this is a ut demo')
        judge_expression(2 > 1)