Skip to content

Make tests more DRY #2868

Closed
Closed
@charles-cowart

Description

@charles-cowart

There are tests, other code in qiita_db/test/test_meta_util.py, etc. that are of the form:

With TRN:
sql =
results = execute(sql)
return results

or similar. This could be wrapped in a util function that reduces the amount of code repeats.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions