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

Commit

Permalink
extend --pause option to dashdcc fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Apr 9, 2020
1 parent 01425ff commit 6d398a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ def dash_dcc(request, dash_thread_server, tmpdir):
download_path=tmpdir.mkdir("download").strpath,
percy_assets_root=request.config.getoption("percy_assets"),
percy_finalize=request.config.getoption("nopercyfinalize"),
pause=request.config.getoption("pause"),
) as dc:
yield dc

0 comments on commit 6d398a2

Please # to comment.