pycabook / rentomatic

A demo implementation of a clean architecture in Python.
MIT License
251 stars 88 forks source link

Parametrize tests on int/string filters #17

Closed ivanovmg closed 3 years ago

ivanovmg commented 3 years ago

Fixes https://github.com/pycabook/pycabook/issues/55

I suggest parametrization of the tests with filters for MemRepo. This allows one to ensure that not only smoke tests pass, but also the results with strings meet the expectations.

lgiordani commented 3 years ago

This has been solved in the latest version of the book (2.1.0) and in the code. Thanks!