Skip to content

Commit 0e52dbe

Browse files
authored
TST: add comment that plotting tests are slow (#38171)
1 parent 909af8b commit 0e52dbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/tests/plotting/common.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
Module consolidating common testing functions for checking plotting.
3+
4+
Currently all plotting tests are marked as slow via
5+
``pytestmark = pytest.mark.slow`` at the module level.
6+
"""
7+
18
import os
29
from typing import TYPE_CHECKING, Sequence, Union
310
import warnings

0 commit comments

Comments
 (0)