mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
0.9.5:
1, remove PyUnitReport dependency; 2, add built-in html report; 3, support pass in html report template, in Jinja2 format.
This commit is contained in:
4
setup.py
4
setup.py
@@ -10,7 +10,7 @@ with io.open("README.rst", encoding='utf-8') as f:
|
||||
install_requires = [
|
||||
"requests",
|
||||
"PyYAML",
|
||||
"PyUnitReport",
|
||||
"Jinja2",
|
||||
"har2case",
|
||||
"colorama",
|
||||
"colorlog"
|
||||
@@ -27,7 +27,7 @@ setup(
|
||||
license='MIT',
|
||||
packages=find_packages(exclude=["examples", "tests", "tests.*"]),
|
||||
package_data={
|
||||
'httprunner': ['locustfile_template'],
|
||||
'httprunner': ['locustfile_template', "templates/default_report_template.html"],
|
||||
},
|
||||
keywords='api test',
|
||||
install_requires=install_requires,
|
||||
|
||||
Reference in New Issue
Block a user