Skip to content
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

Fixes tests after refactor of fileformats.generic.File into BinaryFile and UnicodeFile #764

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tclose
Copy link
Contributor

@tclose tclose commented Sep 20, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Summary

Update to the fileformats dependency to add support for static type checking broke a couple of tests (not the code-base itself). This PR fixes those tests.

Checklist

  • I have added tests to cover my changes (if necessary)
  • I have updated documentation (if necessary)

@tclose tclose changed the title fixes to unittests after typing refactor of fileformats into BinaryFile and UnicodeFile fixes tests after refactor of fileformats.generic.File into BinaryFile and UnicodeFile Sep 24, 2024
@tclose tclose changed the title fixes tests after refactor of fileformats.generic.File into BinaryFile and UnicodeFile Fixes tests after refactor of fileformats.generic.File into BinaryFile and UnicodeFile Sep 24, 2024
@tclose tclose marked this pull request as ready for review September 24, 2024 08:20
@tclose
Copy link
Contributor Author

tclose commented Sep 28, 2024

@djarecka this is just a minor PR that needs to merged in for the master branch to pass the tests. Do you mind if I do it myself? The only changes are cleaning up some typing and the use of BinaryFile and raw_contents instead of File and contents in a couple of tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant