Skip to content

Commit 92e8097

Browse files
committed
[TE-4096] Fix linting error about missing docstring
1 parent 2413a67 commit 92e8097

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/buildkite_test_collector/pytest_plugin/buildkite_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def pytest_runtest_logfinish(self, nodeid, location): # pylint: disable=unused-
9090
)
9191

9292
def update_test_result(self, report):
93+
"""Update test result based on pytest report"""
9394
test_data = self.in_flight.get(report.nodeid)
9495

9596
if test_data:

0 commit comments

Comments
 (0)