makukha / caseutil

Case conversion and verification for Python: snake_case, camelCase, kebab-case, etc.
http://caseutil.readthedocs.io
MIT License
1 stars 0 forks source link

Test all edge cases #43

Open makukha opened 4 days ago

makukha commented 4 days ago
jmonaste commented 3 days ago

Hi @makukha, I'd like to help with testing the edge cases. Could you provide more details or any specific scenarios you'd like me to focus on? I'm ready to get started once I have a clearer understanding of what needs testing. Thanks!

makukha commented 2 days ago

Hi @jmonaste, thank you for your interest, really glad to hear from you!

As you probably mentioned, tests are written as plain text doctests – this is because pytest is not available for Python 2.7. I've updated the issue description with some ideas; it would be great if you share yours in advance!