0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python625 forks (625 forks)batch import
bugcihelp wantedminorwindows
Repository metrics
- Stars
- 8,637 stars (8,637 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Identify which tests fail on Windows by running the test suite locally. Common issues include path separator differences (backslash vs forward slash), line ending differences (CRLF vs LF), or platform specific code. Once identified, adjust the test or fix the code to be platform independent.
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- GitPythonWindows