Skip to content

Commit 4a48fa4

Browse files
Merge pull request #150 from prashanth-sams/refactor
#148
2 parents a5282d1 + e76759a commit 4a48fa4

File tree

6 files changed

+441
-443
lines changed

6 files changed

+441
-443
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
0.2.0 (12/09/2020)
4+
0.2.1 (12/09/2020)
55
-------------------
66
- Hot Fix css issue
77

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include LICENSE
22
include README.rst
33

4-
global-include *.css *.py
4+
global-include *.py
55
prune tests/
66
prune test_draft/
77
prune venv/

pytest_html_reporter/plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,6 @@ def renew_template_text(self, logo_url):
648648
template_text = template_text.replace("__tpass__", str(tpass))
649649
template_text = template_text.replace("__tfail__", str(tfail))
650650
template_text = template_text.replace("__tskip__", str(tskip))
651-
template_text = template_text.replace("__css_styles__",
652-
str(codecs.open('pytest_html_reporter/style.css',
653-
encoding='utf-8').read()))
654651
template_text = template_text.replace("__attach_screenshot_details__", str(_attach_screenshot_details))
655652
return template_text
656653

0 commit comments

Comments
 (0)