|
|
|
|
|
by spang
3990 days ago
|
|
The Nylas Sync Engine is a large Python codebase with a test suite: https://github.com/nylas/sync-engine Lots of examples of SQLAlchemy, Flask, gevent, and pytest in action to build a REST API and sync platform for email/calendar/contacts data! |
|
On the testing side, I was chatting to a fellow Pyladies attendee about how we do test fixture setup and teardown (especially around databases) -- you might find that interesting to look at too.