csparpa / fluentcheck

Fluent assertions for Python
MIT License
84 stars 8 forks source link

Refactor code and test modules structure #5

Closed csparpa closed 5 years ago

csparpa commented 5 years ago

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)

csparpa commented 5 years ago

Partially implemented - tests are still out