WayScience / CytoSnake

Orchestrating high-dimensional cell morphology data processing pipelines
https://cytosnake.readthedocs.io
Creative Commons Attribution 4.0 International
3 stars 3 forks source link

Implement PyTest fixtures for teardown code #48

Open axiomcura opened 1 year ago

axiomcura commented 1 year ago
          Consider using a [pytest fixture which leverages yield](https://docs.pytest.org/en/6.2.x/fixture.html#yield-fixtures-recommended) for this class.

_Originally posted by @d33bs in https://github.com/WayScience/CytoSnake/pull/46#discussion_r1187819913_

This is goes along with #49