Every test should check if parsing changes day, month and year. What will probably end with massive code duplication.
For this reason, the tests should be refactored and parametrized. I think we can try to do it with pytest parametrization.
Other ideas are welcome.
Every test should check if parsing changes day, month and year. What will probably end with massive code duplication.
For this reason, the tests should be refactored and parametrized. I think we can try to do it with pytest parametrization.
Other ideas are welcome.