How to invoke the effect of pytest --cache-clear
for a single fixture.
#10636
Answered
by
RonnyPfannschmidt
alexander-soare
asked this question in
Q&A
-
I read about |
Beta Was this translation helpful? Give feedback.
Answered by
RonnyPfannschmidt
Jan 5, 2023
Replies: 1 comment 5 replies
-
It's not clear what you are asking for, the cache is on disk, fixtures are not A fixture which uses caches would need a dedicated cleanup command as well |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
alexander-soare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not clear what you are asking for, the cache is on disk, fixtures are not
A fixture which uses caches would need a dedicated cleanup command as well