Conversation
5 tasks
ce115e0 to
e0cd8c4
Compare
Make sure upload is deleted from the server using a tear down fixture during tests.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
==========================================
- Coverage 92.26% 92.07% -0.19%
==========================================
Files 15 15
Lines 1771 1780 +9
==========================================
+ Hits 1634 1639 +5
- Misses 137 141 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
This PR introduces mostly type hints changes which do not affect functionality. The only functionality change concerns the API version now documented in the main |
DEVANSH-GAJJAR
added a commit
to DEVANSH-GAJJAR/fossology-python
that referenced
this pull request
Jan 9, 2026
DEVANSH-GAJJAR
added a commit
to DEVANSH-GAJJAR/fossology-python
that referenced
this pull request
Feb 16, 2026
…y#140) Refactor: Implement FolderFactory and rebase on fossology#162 Fix: Removed Broken test files and cleanup formatting Fix: Restore from_json and fix from_json_v2 logic fix: normalize parent field for API v2 response Fix folder move/copy for API v2 parent field handling fix: add api v2 folder mocks to tests fix(folders): handle v2 parent mapping and move/copy refresh fix: add folder.from._json_v2() method fix: add __eq__ to Folder, fix parent parsing and list_folders error handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In preparation for the integration of v2 endpoints.