Skip to content
Snippets Groups Projects

tests: Use Path objects instead of bytes (and update from_disk to support it)

Open vlorentz requested to merge pathlib into master
1 unresolved thread

And replace a few instances of open().write(...) which never triggered file closing with Path.write_text(...) so they don't rely on CPython-specific behavior

This complements @marmoute's work in !354 (merged)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading