When I run django tests through manage.py test
is there a way to output the result to a text file?
on linux, you can do this:
python manage.py test > stdout.txt 2> stderr.txt
to redirect the output to files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With