fluentcheck
fluentcheck copied to clipboard
Fluent assertions for Python
Each assertion method should clearly document its purpose. As the return values for each assertion method can either be the `Check` object instance itself or an exception and each method...
Ideally, test coverage of assertion methods (eg. `is_none(), is_not_none()`, etc.) should be 100%
Classes are also callable - not only functions
As per title Each new assertion method should: - have a companion "negated" assertion method. If you implement `is_xyz()` method, then you should also implement a `is_not_xyz()` method alongside -...
Reference: my other projects PyOWM or Baroque. Sphinx is for building HTML files out of Python documentation Readthedocs is the hosting platform for Sphinx output