Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 6d398a2

Browse files
committed
extend --pause option to dashdcc fixture
1 parent 01425ff commit 6d398a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ def dash_dcc(request, dash_thread_server, tmpdir):
3030
download_path=tmpdir.mkdir("download").strpath,
3131
percy_assets_root=request.config.getoption("percy_assets"),
3232
percy_finalize=request.config.getoption("nopercyfinalize"),
33+
pause=request.config.getoption("pause"),
3334
) as dc:
3435
yield dc

0 commit comments

Comments
 (0)