Closed cdot65 closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Coverage Δ | |
---|---|---|
scm/config/objects/address.py | 100.00% <100.00%> (ø) |
|
scm/config/objects/address_group.py | 100.00% <100.00%> (ø) |
|
scm/config/objects/application.py | 100.00% <100.00%> (ø) |
|
scm/config/objects/application_group.py | 100.00% <100.00%> (ø) |
|
scm/config/objects/service.py | 100.00% <100.00%> (ø) |
|
scm/config/security/anti_spyware_profile.py | 100.00% <100.00%> (ø) |
|
scm/config/security/decryption_profile.py | 100.00% <100.00%> (ø) |
|
scm/config/security/dns_security_profile.py | 100.00% <100.00%> (ø) |
|
scm/config/security/security_rule.py | 100.00% <100.00%> (ø) |
|
...onfig/security/vulnerability_protection_profile.py | 100.00% <100.00%> (ø) |
|
... and 11 more |
Checklist for This Pull Request
🚨Please adhere to the guidelines for contributing to this repository.
Pull Request Description
The goal of this PR is to implement the filtering capabilities when using the
list()
method. The behavior changes are as follows:Examples:
What does this pull request accomplish?
Are there any breaking changes included?
Is there anything the reviewers should know?
Thank you for your contributions!