MoigeMatino / MoigeMatino/caching-proxy-server
Testing the Proxy Server
Open
@MoigeMatino is already working on this.
Since Sep 16, 2024.
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description:
Create test cases to verify the functionality of the caching proxy server.
Tasks:
- Write unit tests for the CLI argument parsing, caching logic, and request forwarding.
- Add integration tests to ensure that requests are handled correctly, and cache hits/misses work as expected.
- Simulate various scenarios (cache hit, cache miss, cache clearing) in tests.
Acceptance Criteria:
- All major components have passing tests.
- Tests simulate cache hits, misses, and clearing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.