You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello everyone,
I have created some tests with the django.test (TestCase) and I wanted to display the results in a report. I found a framework called allure but I am not sure if it works with the standart django.test and there is no direct way to install it via pip. so my question is do I have to migrate to pytest to make the report generating work ? which pypi package is recommended for installing allure ? is there any learning resources to implement this with best practice ?