KotlinIsland / KotlinIsland/basedmypy
Could we warm the cache for the tests
Open
project
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Okay, so basically, the tests are all convoluted and takes ages because the stdlib loads for each test, so there are all kinds of hacks and workarounds to make them go faster.
What if, for the tests that aren't covering loading/cache etc, we just load everything once, and reuse it????
Contributor guide
Research direction
The issue does not name specific files or tests. Start by locating the test setup and the code that loads or caches the stdlib, then identify which tests currently need fresh loading. Done means eligible tests reuse one loaded stdlib while loading and cache tests retain their intended coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance, testing-qa, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100