def pytest_funcarg__bar1(request):
    return main.parse_bar("=2:||:")
def pytest_funcarg__bar2(request):
    return main.parse_bar("==2")