Hacktoberfestenhancementgood first issuehelp wanted
仓库指标
- 星标
- (491 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
The idea is simple:
- Make a session-scoped fixture in
tests/conftest.py - Move the logic from
gen_pickles.pythere and generate the pickles in atmppath-provided dir - Integrate that into the pickling tests
- Delete
tests/gen_pickles.pyand the pickle files in thetests/dir - Bonus points: keep pickles in-memory, so they don't hit the disk
- Bonus 2: check if a session fixture is needed and switch to the normal function scope, if not