openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
38 stars 15 forks source link

refactor: sync repo file structure changes #110

Closed evansims closed 4 months ago

evansims commented 4 months ago

Description

This is a follow up PR that makes minor changes to the repository file structure to better organize unit tests, and more clearly identify what they are testing.

This also applies minor updates to the Telemetry changes in v0.6.0 as a result of backporting changes to the Generator. This represents a fresh regeneration of the SDK from the Generator's new Python client templates.

References

Review Checklist

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 68.51852% with 170 lines in your changes missing coverage. Please review.

Project coverage is 68.72%. Comparing base (9065ff1) to head (8b3f02e).

Files Patch % Lines
openfga_sdk/api/open_fga_api.py 68.51% 85 Missing :warning:
openfga_sdk/sync/open_fga_api.py 68.51% 85 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== - Coverage 68.74% 68.72% -0.03% ========================================== Files 119 119 Lines 9129 9665 +536 ========================================== + Hits 6276 6642 +366 - Misses 2853 3023 +170 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.