conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
147 stars 177 forks source link

Modernize tests #1974

Closed hulkoba closed 1 month ago

hulkoba commented 1 month ago

Hello 👋!

As part of the STF work for Conda, this PR introduces several improvements to our testing framework by transitioning from unittest to pytest, leveraging pytest-mock for mocking, and adopting snapshot testing with syrupy.

Not that the testing section in the readme is updated at https://github.com/conda-forge/conda-smithy/pull/1956

Thank you!

Checklist