improvements on tests

This commit is contained in:
Bryce
2025-08-03 21:45:44 -07:00
parent 9df259eb58
commit e5efb541c4
4 changed files with 247 additions and 4 deletions

View File

@@ -17,3 +17,5 @@ Here are special rules you must follow:
3. modals can be closed by triggering a close-modal event anywhere in the dom.
4. validation is done server-side. On modals, an error should cause the button to shake, and the invalid fields to be highlighted in red using normal daisyui paradigms. When relevant, there should be a notification banner inside the dialog-box to show the details of the error.
5. When validation is done outside of a modal, it should cause a notification banner with the details.
6. Testing is done with pytest.
7. Testing is done with beautifulsoup4