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