Replies: 2 comments 1 reply
-
Im tasked to create a helper for manual tests which should fit the bill, a release may happen later today (context is manual tests and using pytest to create the working setup around it) Until then, just create a test to make the db, and pause it Depending on the setup you might want to use sigterm to destroy the pytest process without destruction of the test database We ought to create better tools for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
A pytest release? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a way to fill an empty database with some data, so that
I have nice demo database
I already use pytest fixtures for testing my django project.
Is there a way to re-use the fixtures to create a persistent demo database?
Beta Was this translation helpful? Give feedback.
All reactions