ConaireD / TolimanWIP

WIP Toliman codes go here before being added to the main TOLIMAN github
Other
0 stars 0 forks source link

Use `pytest.mark`. #36

Closed Jordan-Dennis closed 1 year ago

Jordan-Dennis commented 1 year ago

Hi all, This is a reminder to myself to set up the tests with mark.slow ect. so that they can be run by mark in the workflows. We may not need pytest-integration (see #18) as a result of this. Regards Jordan.

Jordan-Dennis commented 1 year ago

I can add custom marks to my testing sweet in the pyproject.toml using the [tool.pytest.ini_options] although I am not sure if this works with #20, poetry.

Jordan-Dennis commented 1 year ago

Closed by #42.