Skip to content

Commit 80cc659

Browse files
author
Jeffrey Wright
committed
Issue 434: remove .flake8; resolve rebase conflicts.
1 parent ce5f577 commit 80cc659

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

src/pytest_html/basereport.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import math
77
import os
88
import re
9+
import time
910
import warnings
1011
from collections import defaultdict
1112
from html import escape
@@ -51,6 +52,7 @@ def __init__(
5152
self._reports: DefaultDict = defaultdict(dict)
5253
self._report: ReportData = report_data
5354
self._report.title: str = self._report_path.name
55+
self._suite_start_time: float = time.time()
5456

5557
@property
5658
def css(self):

0 commit comments

Comments
 (0)