def test_search_methods():
    time_record = TimeRecordFactory()
    check_search_methods(time_record)
예제 #2
0
def test_search_methods():
    check_search_methods(NoteFactory())
예제 #3
0
def test_search_methods():
    check_search_methods(TicketFactory())
예제 #4
0
def test_search_methods():
    check_search_methods(TicketFactory())