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
At the moment, only
htmlgenhas 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