Beispiel #1
0
def test_glossary_autocomplete(client, glossary_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete('references/glossary', client, fields, value, expected)
Beispiel #2
0
def test_recipients_autocomplete(client, recipients_data, fields, value,
                                 expected):
    """test partial-text search on recipients."""

    check_autocomplete('references/recipients', client, fields, value,
                       expected)
def test_awards_autocomplete(client, fed_account_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete('federal_accounts', client, fields, value, expected)
Beispiel #4
0
def test_awards_autocomplete(client, tas_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete('tas', client, fields, value, expected)
Beispiel #5
0
def test_awards_autocomplete(client, fed_account_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete("federal_accounts", client, fields, value, expected)
def test_awards_autocomplete(client, tas_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete('tas', client, fields, value, expected)
def test_glossary_autocomplete(client, glossary_data, fields, value, expected):
    """test partial-text search on awards."""

    check_autocomplete('references/glossary', client, fields, value, expected)
def test_agency_autocomplete(client, agency_data, fields, value,
                             expected):
    """test partial-text search on recipients."""

    check_autocomplete('references/agency', client, fields, value,
                       expected)