We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909af8b commit 0e52dbeCopy full SHA for 0e52dbe
pandas/tests/plotting/common.py
@@ -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
8
import os
9
from typing import TYPE_CHECKING, Sequence, Union
10
import warnings
0 commit comments