Skip to content

Commit d0d4dc2

Browse files
committed
Add dash-testing-stub to testing requires
1 parent 799d981 commit d0d4dc2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dash/testing/plugin.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def __init__(self, **kwargs):
2222
)
2323
from dash.testing.browser import Browser
2424
from dash.testing.composite import DashComposite, DashRComposite, DashJuliaComposite
25+
# pylint: disable=unused-import
26+
import dash_testing_stub # noqa: F401
2527

2628
_installed = True
2729
except ImportError:

requires-testing.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ selenium>=3.141.0,<=4.2.0
99
waitress>=1.4.4
1010
multiprocess>=0.70.12
1111
psutil>=5.8.0
12+
dash_testing_stub>=0.0.2

0 commit comments

Comments
 (0)