Enhance Commerce Provider testing with Ukrainian locale support#1708
Enhance Commerce Provider testing with Ukrainian locale support#1708kingthorin merged 3 commits intodatafaker-net:mainfrom
Conversation
vicky-iv
commented
Oct 27, 2025
- Added CommerceLocaleTest.java to provide testing for Ukrainian commerce data
- Added individual validation for product name parts:
- Adjective component (commerce.product_name.adjective)
- Material component (commerce.product_name.material)
- Product component (commerce.product_name.product)
PR Summary
|
|
Splitting on space has lead to failures: |
|
I see - this is because of It's the only parameter with a space in the middle. There could be more cases like this in the future, so the proposed approach definitely isn't going to work. |
|
Ya unless you can think of another alternative |