fix: Fix I/O for accounting windows #108
Annotations
12 errors
build (3.11, macOS-latest)
Process completed with exit code 1.
|
build (3.10, macOS-latest):
tests/test_io.py#L20
test_normalize_path
AssertionError: assert PosixPath('/Users/runner/work/caustics/caustics/path/to/file.txt') == PosixPath('path/to/file.txt')
+ where PosixPath('path/to/file.txt') = Path('path/to/file.txt')
|
build (3.10, macOS-latest)
Process completed with exit code 1.
|
build (3.9, macOS-latest)
Process completed with exit code 1.
|
build (3.9, ubuntu-latest)
Process completed with exit code 1.
|
build (3.10, ubuntu-latest):
tests/test_io.py#L20
test_normalize_path
AssertionError: assert PosixPath('/home/runner/work/caustics/caustics/path/to/file.txt') == PosixPath('path/to/file.txt')
+ where PosixPath('path/to/file.txt') = Path('path/to/file.txt')
|
build (3.10, ubuntu-latest)
Process completed with exit code 1.
|
build (3.11, windows-latest)
Process completed with exit code 1.
|
build (3.11, ubuntu-latest)
Process completed with exit code 1.
|
build (3.10, windows-latest):
tests\test_io.py#L20
test_normalize_path
AssertionError: assert WindowsPath('D:/a/caustics/caustics/path/to/file.txt') == WindowsPath('path/to/file.txt')
+ where WindowsPath('path/to/file.txt') = Path('path\\to\\file.txt')
|
build (3.10, windows-latest)
Process completed with exit code 1.
|
build (3.9, windows-latest)
Process completed with exit code 1.
|