Skip to content

Commit

Permalink
Comment added
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 8, 2024
1 parent 99e2054 commit 26a7bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/openfl_e2e/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lxml
pytest
pytest-xdist
pytest-ordering
pytest-html
lxml
pytest-ordering
pytest-xdist
pyyaml
ruamel.yaml
ruamel.yaml
3 changes: 3 additions & 0 deletions tests/openfl_e2e/utils/xml_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
# Initialize the XML parser
parser = etree.XMLParser(recover=True, encoding='utf-8')
tree = ET.parse("results/results.xml", parser=parser)

# Get the root element
testsuites = tree.getroot()


def get_test_status(result):
"""
Get the test status/verdict
Expand Down

0 comments on commit 26a7bad

Please sign in to comment.