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

#1167 fix clash in class names with a directory prefix. inelegant, bu… #1172

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

petersilva
Copy link
Contributor

closes #1167

As per advice from @gcglinton ... tried it... it works... way easier than finding anything else.

Copy link

github-actions bot commented Aug 19, 2024

Test Results

246 tests   245 ✅  1m 6s ⏱️
  1 suites    1 💤
  1 files      0 ❌

Results for commit dfb2f82.

♻️ This comment has been updated with latest results.

@gcglinton
Copy link
Contributor

My convention was to use double underscores between the directory and file name elements, as some of the classes/files have underscores in them, and this provides a bit of extra clarity about the first element being "different".

In this case:
authenticate_eumetsat_test.py => authenticate__eumetsat_test.py
poll_eumetsat_test.py => poll__eumetsat_test.py

That said, this works perfectly well, and this suggestion is just a small nit-pick.

@petersilva petersilva marked this pull request as ready for review August 19, 2024 22:27
Copy link
Contributor

@gcglinton gcglinton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@petersilva petersilva merged commit 087c5e5 into development Aug 20, 2024
2 of 4 checks passed
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.

Unit tests broken
2 participants