Related questions
Py.Test : Reporting and HTML output
This is not a technical question at all really. However, I can not locate my .HTML report that is supposed to be generated using:
py.test --cov-report html pytest/01_smoke.py
I thought for sure it would place it in …
Create an html formatted report
I have a Python 2.6 app running on Linux that creates a CSV file. From the app, I need to create an HTML report, as a single HTML file, that presents the data from the CSV (probably as a table) and …
Django Reporting Options
I want to create a new "Business" application using the Django framework. Any suggestions as to what I can use as a reporting framework? The application will need to generate reports on various business entities including summaries, totals, grouping, etc. …