apache / apache/ponymail-unit-tests
Tests do not check the parsing policy
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The tests use mbox.get(key) to before passing the message to the achiver code.
This implicitly uses the compat32 policy to parse the message.
The tests currently bypass the part of the archiver that uses the policy.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the tests that call mbox.get(key) and the archiver code that applies the parsing policy. Run the affected tests to confirm they supply a pre-parsed message using compat32. Done means the tests cover the archiver's policy-handling path rather than bypassing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100