Skip to content

Commit

Permalink
alluredir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Dec 2, 2024
1 parent 96ed2c4 commit 2a8e1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions testbed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test = [
"pillow==11.0.0",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"allure-pytest"
]

[tool.briefcase]
Expand Down
4 changes: 2 additions & 2 deletions testbed/tests/testbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def run_tests(app, cov, args, report_coverage, run_slow, running_in_ci):
"-Wignore::toga.NotImplementedWarning",
# Run all async tests and fixtures using pytest-asyncio.
"--asyncio-mode=auto",
"--junitxml",
"D:\\a\\toga\\toga\\testbed\\logs\\junit.xml",
"--alluredir",
"D:\\a\\toga\\toga\\testbed\\logs",
"--override-ini",
"asyncio_default_fixture_loop_scope=session",
# Override the cache directory to be somewhere known writable
Expand Down

0 comments on commit 2a8e1b9

Please sign in to comment.