acipm / kibicara

Kibicara distributes text messages between different social media and messenger platforms
https://acipm.github.io/kibicara/
Other
2 stars 0 forks source link

Some thoughts about testing #17

Closed m-rey closed 4 years ago

m-rey commented 4 years ago
maikeMai commented 4 years ago

We could use an empty database which is filled by the tests and thrown away at the end... This way we could automate the whole functionality and try out everything.

m-rey commented 4 years ago

Each test should be isolated from each other. Maybe using a fixture to create a database before and destroy it after the test would guarantee that.