Coloured output from native Django test runner
I’m trying to get a colored output (red or green) when running my Django tests with the native Django test runner.
Django Test – How to work out why not redirecting
I have the following Django Test for a CreateView
: