FelixSchwarz / mjml-python

Python implementation for MJML - a framework that makes responsive-email easy
MIT License
76 stars 16 forks source link

use only pytest for testing #48

Closed FelixSchwarz closed 10 months ago

FelixSchwarz commented 10 months ago

pytest is clearly the preferred tool for testing in Python.

@caseyjhol Do you agree?

caseyjhol commented 10 months ago

I don't have a strong preference here, but it seems like switching to pytest simplifies things a bit. Looks good to me 👍 .