fluentcheck icon indicating copy to clipboard operation
fluentcheck copied to clipboard

Fluent assertions for Python

Results 5 fluentcheck issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

Ideally, test coverage of assertion methods (eg. `is_none(), is_not_none()`, etc.) should be 100%

help wanted
testing

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 -...

help wanted

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

enhancement