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

improved test coverage of microstrip plugin #1716

Merged
merged 1 commit into from
May 24, 2024

Conversation

dmarek-flex
Copy link
Contributor

@dmarek-flex dmarek-flex commented May 23, 2024

adding some unit tests and removing deprecated typing

the models part is at 100% now

@dmarek-flex dmarek-flex self-assigned this May 23, 2024
@dmarek-flex dmarek-flex linked an issue May 23, 2024 that may be closed by this pull request
@dmarek-flex dmarek-flex force-pushed the dmarek/improve_microwave_model_coverage branch from 350f7dc to 71933c3 Compare May 23, 2024 20:47
@@ -1,5 +1,9 @@
import pytest
Copy link
Collaborator

@tylerflex tylerflex May 24, 2024

Choose a reason for hiding this comment

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

can you add a module level docstring and docstrings for the individual tests?

Also you may want to run ruff tests/test_plugins/test_microwave.py as we'll start ruffing test files from 2.7.0

Copy link
Collaborator

Choose a reason for hiding this comment

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

careful about ruffing the whole test directory or you'll get a lot of changes / errors, many of which are already covered #1707

@dmarek-flex dmarek-flex force-pushed the dmarek/improve_microwave_model_coverage branch from 71933c3 to 1b80432 Compare May 24, 2024 15:38
@tylerflex
Copy link
Collaborator

I think we can merge this in @dmarek-flex ?

@dmarek-flex
Copy link
Contributor Author

I think we can merge this in @dmarek-flex ?

I just need to add docstrings to the individual tests, then I will merge.

@tylerflex
Copy link
Collaborator

sounds good, just be sure to squash to 1 commit, thanks!

@dmarek-flex dmarek-flex force-pushed the dmarek/improve_microwave_model_coverage branch from 1b80432 to 7aec6eb Compare May 24, 2024 16:55
@dmarek-flex dmarek-flex merged commit b3d2f82 into pre/2.7 May 24, 2024
15 of 16 checks passed
@dmarek-flex dmarek-flex deleted the dmarek/improve_microwave_model_coverage branch May 24, 2024 17:18
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.

Improve test coverage of microwave models
3 participants