Contribute Media
A thank you to everyone who makes this possible: Read More

How the Mock library helps me developing client-side applications by clsung

By clsung

Description

Server-side programs are usually easily tested inside the frameworks like django, flask, etc. For client-side development, it's hard to write unit tests in isolation from other modules/classes. Mock is thus a necessary library for client-side testing. This talk will introduce when and how to write client-side test with the power of mock library.

Details

Improve this page