You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testing documentation already recommends placing all remote tests in
a separate test module. This allows applying the `remote-data` mark to
all the test functions through the `pytestmark` global variable instead
of applying a decorator to each function separately.
0 commit comments