-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ss singular noun #167
Fix ss singular noun #167
Conversation
Signed-off-by: George Araujo <[email protected]>
…s' for 'es' Signed-off-by: George Araujo <[email protected]>
Thanks for the contrib. Can you add a test that would fail without these fixes? It may be as simple as adding the known bad cases to inflections.txt. |
@jaraco since this fix is for a case where the word is already in singular, just adding it to the inflections.txt cover it, right? |
Honestly, I don't know. Probably? |
This one is so close. Would someone be willing to track down a test that characterizes the failure and fails on main but passes here? |
I'd love to. I just forgot to check if that was enough to create the test and run it. But I am going to be afk untill 22nd this month. If no one does it first, I will do it as soon as I come back. |
a099bff
to
0bcc550
Compare
Friendly nudge. |
Can you help me setup a dev environment for this package? This way I could also write the tests and check if it is working correctly. |
The easiest way to get set up with a dev environment is to get tox. I personally use pipx to install tox, but there are many other ways (including system package managers). Once you have tox and a clone/fork of the repo, simply run After you've written a test, just run I hope that helps. Let me know if you have any trouble. |
I'm going to close this for now, but feel free to revive it when you have interest/time. |
Fixes #159