Re: How do you interact with the Django test database outside of tests?

2017-08-30 Thread Kurt Wheeler
base class to TransactionTestCase, I was able to prevent this behavior. On Friday, August 25, 2017 at 5:25:03 PM UTC-4, Kurt Wheeler wrote: > > I am attempting to write end-to-end tests for my system. To do this I am > running one container called "workers" as it would normally

How do you interact with the Django test database outside of tests?

2017-08-25 Thread Kurt Wheeler
I am attempting to write end-to-end tests for my system. To do this I am running one container called "workers" as it would normally be run during development, i.e. not via a test runner. I have another container called "foreman" that is run via a test runner which sets up the tests, sends work