closeio / flask-common

Some commonly shared code for Flask, MongoEngine, and Python apps
26 stars 4 forks source link

Add DictCompare test helper + test improvements #44

Closed thomasst closed 6 years ago

thomasst commented 6 years ago

Added DictCompare, which I plan to use in certain dialer tests.

Tests on Circle are now executed using pytest on Trusty, and we test new things with both py2/3 (but I moved all previous tests to test_legacy.py until we split them out).