You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have tests based on doctest and unittest. Using pytest instead would make testing more convenient and would also be more conventional within the team.
The text was updated successfully, but these errors were encountered:
We currently have tests based on
doctest
andunittest
. Usingpytest
instead would make testing more convenient and would also be more conventional within the team.The text was updated successfully, but these errors were encountered: