django-tasks icon indicating copy to clipboard operation
django-tasks copied to clipboard

Add additional test cases for process management

Open RealOrangeOne opened this issue 1 year ago • 0 comments

Fixes #59

Unfortunately, SQLite tests are now much slower, as they don't run in memory any more.

These process tests fail spectacularly on postgres, so more investigation is needed into why. It seems to impact unrelated tests, so it's likely something to do with connection management.

RealOrangeOne avatar Jul 23 '24 11:07 RealOrangeOne