0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python9 forks (9 forks)github user discovery
help wantedtests
Repository metrics
- Stars
- 101 stars (101 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Examine the existing test file at the given link to understand the test structure. Look for how other tests in the same file handle functions that require rendering. Research mock libraries (e.g., unittest.mock) to simulate the rendering process without a browser. Consider writing tests that check the output structure or behavior rather than visual rendering.
- Tech stack
- python
- Domain
- testing
- Issue type
- Test
- Prerequisites
- Pythonpytest