cog
e805390e - fix: correct integration test assertions for list File/Path types

Commit
14 days ago
fix: correct integration test assertions for list File/Path types cog.File objects are BytesIO at runtime (not 'File'), and cog.Path reports as 'Path' (not 'PosixPath'). Check count and content instead of type names, matching the pattern used by the single-element tests.
Author
Parents
Loading