Hi All,

I'm writing some tests and would like to come to a common understanding as
to whether we are should use pytest fixtures and parametrized classes and
functions. The immediate problem is testing over all types that should be
supported, which something we should to much more of and is most easily
achieved using one of those pytest tools. The advantage is code clarity and
more informative error messages, the disadvantage is being dependent on
pytest as unittest does not support that functionality.

Thoughts?

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to