-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#359 pytest ii tests cache #367
#359 pytest ii tests cache #367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!! Thanks!
There are some stuff to change/improve, but most of these are questions. Feel free to discuss any detail not clear through Telegram, to reduce the cycles here.
After the easy improvements are done, let's focus on the failing test above.
Thanks again,
@facundobatista now it fails because i removed the skipped test. |
I refactored all the testcases inside of
test_cache.py
to diferents files in the foldertest_cache
.I thought it will be nice to have a folder with a specific
conftest.py
and split the file in many files in order to gain order.