openlibhums / openlibhums/janeway
JanewayTestCase
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 239
- Forks
- 97
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
When using the test client the path prefix is cached and can break subsequent tests.
Describe the solution you'd like
Add a Janeway specific TestCase that, on tearDown clears the path script prefix.
Describe alternatives you've considered
Not doing this, which would be bad.
Contributor guide
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.
Research direction
Start by locating the existing test client setup and the code that manages the path script prefix. Add the Janeway-specific test case teardown behavior, then verify that a subsequent test does not inherit the previous test's cached prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100