Skip to content

Commit 8a71526

Browse files
committed
TST: more specific comment
1 parent 1983934 commit 8a71526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/plotting/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
Module consolidating common testing functions for checking plotting.
33
4-
Currently all plotting tests are marked as slow.
4+
Currently all plotting tests are marked as slow via
5+
``pytestmark = pytest.mark.slow`` at the module level.
56
"""
67

78
import os

0 commit comments

Comments
 (0)