Skip to content
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

Implement snake_case Conversion and fix inifinite loops #9

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

giginet
Copy link
Owner

@giginet giginet commented Jul 18, 2024

closes #7

This PR enables stripping test_ prefixes from snake_named test names.

Additionally, I found the case causes an infinite loop. It fixes such a situation.

@giginet giginet merged commit d3416ff into main Jul 18, 2024
2 checks passed
@giginet giginet deleted the snake-case-conversion branch July 18, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow removal of other prefixes (i.e. 'test_') as part of the run
1 participant