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