Example #1
0
def test__get_smartd_schedule__need_mapping():
    assert get_smartd_schedule({
        "smarttest_month": "jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec",
        "smarttest_daymonth": "1,hedgehog day,3",
        "smarttest_dayweek": "tue,SUN",
        "smarttest_hour": "*/1",
    }) == "../(01|03)/(2|7)/.."
Example #2
0
def test__get_smartd_schedule__need_mapping():
    assert get_smartd_schedule({
        "smarttest_month": "jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec",
        "smarttest_daymonth": "1,hedgehog day,3",
        "smarttest_dayweek": "tue,SUN",
        "smarttest_hour": "*/1",
    }) == "../(01|03)/(2|7)/.."