apache / apache/ponymail-unit-tests

Tests do not check the parsing policy

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.