- [ ] Create a test database on `create_app` - [ ] Replace `db.session.commit` by a `flush` - [ ] Run the migration on the test database, every time the tests are run - [ ] Add tests for `/feed`: - [ ] GET - [ ] POST with valid and invalid payloads - [ ] PUT with valid and invalid payloads - [ ] DELETE