Skip to content

BUG: Fix typos in test method names #62197

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

Merged
merged 1 commit into from
Aug 26, 2025

Conversation

brchristian
Copy link
Contributor

@brchristian brchristian commented Aug 26, 2025

This PR fixes three typos in test method names.

In pandas/tests/groupby/test_libgroupby.py:

-def test_cython_group_mean_Inf_at_begining_and_end():
+def test_cython_group_mean_Inf_at_beginning_and_end():
-def test_cython_group_sum_Inf_at_begining_and_end():
+def test_cython_group_sum_Inf_at_beginning_and_end():

And in pandas/tests/reshape/test_from_dummies.py:

-def test_error_with_prefix_multiple_seperators():
+def test_error_with_prefix_multiple_separators():

Since these are not part of the public API, no deprecation notice is necessary, and pytest should pick up the corrected names without a problem.

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Aug 26, 2025
@mroeschke mroeschke added this to the 3.0 milestone Aug 26, 2025
@mroeschke mroeschke merged commit d386065 into pandas-dev:main Aug 26, 2025
42 checks passed
@mroeschke
Copy link
Member

Thanks @brchristian

@brchristian brchristian deleted the fix_typos_in_test_methods branch August 26, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants