cdot65 / pan-scm-sdk

Python SDK for Palo Alto Networks Strata Cloud Manager.
https://cdot65.github.io/pan-scm-sdk/
Apache License 2.0
1 stars 1 forks source link

fetch-method #29

Closed cdot65 closed 3 weeks ago

cdot65 commented 3 weeks ago

Checklist for This Pull Request

🚨Please adhere to the guidelines for contributing to this repository.

Pull Request Description

Overhaul of all Pytests Introduced fetch method to retrieve by name

What does this pull request accomplish?

Are there any breaking changes included?

Is there anything the reviewers should know?

Thank you for your contributions!

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
scm/client.py 100.00% <100.00%> (ø)
scm/config/__init__.py 100.00% <100.00%> (ø)
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%> (ø)
... and 16 more
cdot65 commented 3 weeks ago

Addresses #26