CollActionteam / collaction_backend

Backend code for CollAction
6 stars 4 forks source link

Periodic regression testing #102

Open rubenhorn opened 2 years ago

rubenhorn commented 2 years ago

To ensure that all features are working, we should perform regression testing on the entire backend:

Depends on #56

rubenhorn commented 2 years ago

Maybe tests can use events (see https://github.com/CollActionteam/collaction_backend/tree/development/event_examples) to get around the Authorizer in the ApiGateway.

rubenhorn commented 2 years ago

State of the database could be bootstrapped directly using python script and DyamoDB SDK.