Fix unit tests for Windows systems
Open
bug
tests
- Dominant language
- Python
- Stars
- 67
- Forks
- 18
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 1
Description
Currently the unit tests will all pass only for Linux based systems, and there are 12 failures when running them on Windows. These tests should be changed to be platform agnostic. I suspect it will be something related to file paths / file systems.
Contributor guide
Research direction
Start by running the unit test suite on Windows and record the 12 failures. Inspect each failing test for assumptions about file paths or filesystem behavior, then compare results on Linux. Done means the unit tests pass on both platforms without platform-specific exceptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100