greg.tests: migrate to pytest test runner
Migrates tests to use pytest as the test runner, replacing the standard library unittest framework.
Through its powerful fixture modelling approach, pytest allows us to compose test data according to the needs of individual tests. Without polluting the global namespace or requiring the database to be restructured/repopulated between each test, we are able to repurpose and compose test data in interesting ways.
Edited by Deaktivert bruker
Merge request reports
Activity
Filter activity
mentioned in merge request !10 (merged)
mentioned in commit 34059d97
Please register or sign in to reply