An awesome library that records and replays HTTP interactions for unit tests
Cornell: record & replay mock server When your application integrates with multiple web based services, end-to-end testing is crucial before deploying to production. Mocking is often a tedious task, it becomes even more tiresome when working with multiple APIs from multiple vendors. vcrpy is an awesome library that records and replays HTTP interactions for unit tests. Its output is saved to reusable “cassette” files. By wrapping vcrpy with Flask, Cornell provides a lightweight record and replay server that can be […]
Read more