-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix(anta.tests): Cleaning up STUN tests module #934
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #934 will not alter performanceComparing Summary
|
212f99b
to
ee9849d
Compare
b93caf3
to
fe4d354
Compare
|
||
class VerifyStunClientTranslation(AntaTest): |
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.
to be backward compatible (SemVer) lets add VerifyStunClient with the deprecation warning (you have a decorator for this)
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.
lets see if we can make it an alias .. :)
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
1979841
to
8e1e49b
Compare
Quality Gate passedIssues Measures |
Description
Refactoring STUN tests module to address the following issues:
Checklist:
pre-commit run
)tox -e testenv
)