niaid / image_portal_workflows

Workflows related to project previously referred to as "Hedwig"
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Using pytest.mark to tag tests #229

Closed mbopfNIH closed 1 year ago

mbopfNIH commented 1 year ago

Closes #228

mbopfNIH commented 1 year ago
mbopfNIH commented 1 year ago

We may want to consider performing long-running (slow) tests on GH Actions. Currently, there is a 1-to-1 mapping between the two, but that won't always be the case.

mbopfNIH commented 1 year ago

This also fixes some Sphinx errors being thrown because of the commented out functions in utils.py.

mbopfNIH commented 1 year ago

Updated Development page in docs to include description of using current pytest.marks to test.

mbopfNIH commented 1 year ago