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
Goal: Even though we want to do as little as necessary to get dues out, we want to make sure we are doing so with quality. This ticket is about testing.
Determine what models + Django fixtures would cover requirements for MVP.
Examine examples from contexts.json and see if we can split out any logical units for MVP
Write tests using above fixtures
Create a README/markdown with test case descriptions (look into automated solutions)
The text was updated successfully, but these errors were encountered:
Converted some of the context sample data into serializers that could be loaded in the views. Also created fixtures with sample data for the models listed above.
Wrote one basic test for the recurring update page (checks that the expected $ amount appears on the page). May need more context on tests we want to implement.
Goal: Even though we want to do as little as necessary to get dues out, we want to make sure we are doing so with quality. This ticket is about testing.
contexts.json
and see if we can split out any logical units for MVPThe text was updated successfully, but these errors were encountered: