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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# pytest-sqlalchemy
2
2
SQLAlchemy related fixtures to handle connections and transactions with SQLAlchemy in tests.
3
3
4
+
**This package isn't actively maintained anymore.** I wrote it years ago to make testing more easy in my own project. I was (and still am) happy that it is useful to some other people. However I don't find time to work on this project anymore. If you are interested in taking over the maintainance, please reach out to me.
5
+
4
6
## Fixtures
5
7
This plugin provides the following fixtures which gives access to the SQLAlchmey objects of the same name.
0 commit comments