F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 133 forks source link

Standarize testing patterns #1066

Open wojtek0806 opened 7 years ago

wojtek0806 commented 7 years ago

As per comment in PR #1040, I would like us to discuss the established patterns for testing in this library, these will include:

@caphrim007 @jasonrahm @zancas @pjbreaux

wojtek0806 commented 7 years ago

closing as there seems to be no interest in this

caphrim007 commented 7 years ago

re-opening. this still needs to be fixed. there is no lack of interest

wojtek0806 commented 7 years ago

since we are on this topic, adding code coverage tests at some point should happen. We can push whatever we need now but to test coverage with PR and remain consistent, we would have to go through each lib and address this in separate PRs @caphrim007