-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
350f7dc
to
71933c3
Compare
@@ -1,5 +1,9 @@ | |||
import pytest |
There was a problem hiding this comment.
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 ruff
ing test files from 2.7.0
There was a problem hiding this comment.
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
71933c3
to
1b80432
Compare
I think we can merge this in @dmarek-flex ? |
I just need to add docstrings to the individual tests, then I will merge. |
sounds good, just be sure to squash to 1 commit, thanks! |
1b80432
to
7aec6eb
Compare
adding some unit tests and removing deprecated typing
the models part is at 100% now