It might be better to split the fluentcheck God-module into smaller bits, each one embedding assertion methods in a specific category (eg. assertions on numbers, strings, geographic entities, file system entities, etc...)
A mirror structure should be done on the corresponding unit tests (today we have all of them in tests.py)
It might be better to split the
fluentcheck
God-module into smaller bits, each one embedding assertion methods in a specific category (eg. assertions on numbers, strings, geographic entities, file system entities, etc...)A mirror structure should be done on the corresponding unit tests (today we have all of them in
tests.py
)