Search code examples
htmlpython-3.xreportnose

Python3 Unit Test HTML Reporting


Is anyone aware of any way to generate an HTML report via either nose or pyunit that is compatible with Python3? Everything I've found so far is for Python2 and breaks in Python3. I've tried fixing some of them but my Python skills just aren't there yet. Especially when it comes to difference between 2 and 3.


Solution

  • Allure Framework has a branch with python 3 support

    Hope it helps