You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
The documentation of the versions prior to v0.17 had very nice and helpful example of how to use the various fixtures. The README of the new independent plugins have much shorter example. It would be very helpful to add each of the examples to the README of the relevant plugins. If you want I can do it.
The text was updated successfully, but these errors were encountered:
@montefra sure, please do.
I was rather expecting, that simple examples on how to customize fixtures with table describing all of the configuration option would be rather enough. The rest, the test examples were rather related to the db client's libraries usage. That's why I dropped them
My request comes because I have never used MySQL before and I need to add a simple function that query a MySQL database.
I have an example the function, but before writing it, I want to make sure that I can write a test for it. So I found it useful to have an example with a script to create a table and a starting point for the rest of the (limited) functionality that I need.
Okay, be my guest to port the examples then. Please note however that due to my lack of time I haven't got around to adjust pytest-mysql to run on mysql >=5.7 yet, and the travis builds are failing unfortunately.
Please note however that due to my lack of time I haven't got around to adjust pytest-mysql to run on mysql >=5.7 yet, and the travis builds are failing unfortunately.
I have noticed. I gave a look at the travis logs and I'm not sure that I understood.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is an issue in two points:
The pypi package page point to the documentation for v0.13 on pythonhosted instead of the stable on readthedocs
The documentation of the versions prior to v0.17 had very nice and helpful example of how to use the various fixtures. The README of the new independent plugins have much shorter example. It would be very helpful to add each of the examples to the README of the relevant plugins. If you want I can do it.
The text was updated successfully, but these errors were encountered: