Actions
action #1355
closedInvestigate what test options we have to ensure the server-client is working
Start date:
2014-01-29
Due date:
% Done:
100%
Estimated time:
Description
Figure out some good way how to do TDD with the osc plugin <-> obs interaction.
Updated by scarabeus_iv almost 11 years ago
- % Done changed from 0 to 70
There are 2 options we will use, the httpretty for mocking the server responses and unittest:mock for mocking entire function calls.
Examples are now in my github and it will be merged to our main repository later on.
Updated by scarabeus_iv almost 11 years ago
- Status changed from New to Resolved
- % Done changed from 70 to 100
Closing as the tests are in place and we just need to extend the coverage.
Actions