3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python733 stars (733 stars)96 forks (96 forks)batch import
help wantedtests
Description
Proper tests have to be written.
Contributor guide
- Tech stack
- python
- Domain
- testing
- Issue type
- test
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Python basicsProject structure understandingTesting framework knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue only states 'Proper tests have to be written' without specifics. Investigate the repository's codebase to understand its structure and identify untested components. Look for existing test files or patterns to follow. Consider asking the maintainer for clarification on which features or modules should be prioritized for testing. Review any linked comments or discussions in the issue for additional context.