15 comments (15 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript22,210 forks (22,210 forks)batch import
good first issueproject#dify
Repository metrics
- Stars
- 141,412 stars (141,412 stars)
- PR merge metrics
- Avg merge 1d 21h (Avg merge 1d 21h)579 merged PRs in 30d (579 merged PRs in 30d)
Description
use pytest caplog or unittest assertLogs instead.
@dosu what do you think
Contributor guide
- Research direction
- Find where 'mock log' is used in tests and replace it with pytest's caplog or unittest's assertLogs.
- Tech stack
- python
- Domain
- backendtesting
- Issue type
- Refactor
- Prerequisites
- Pythonpytestunittest