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
At the moment, only htmlgen has tests. This opens the door to things not working as intended if there are differences in how different versions of python work, as we saw in #35. It would be great if we had tests written for more of the codebase.
At the moment, only
htmlgen
has tests. This opens the door to things not working as intended if there are differences in how different versions of python work, as we saw in #35. It would be great if we had tests written for more of the codebase.Edit:
Potentially helpful links:
Testing in Quart
Migrating from Flask
The text was updated successfully, but these errors were encountered: