Skip to content

Commit 4f3f1e1

Browse files
author
Benjamin Moody
committed
Rename TestPlot to TestPlotInternal.
1 parent 41ebfb5 commit 4f3f1e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_plot.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
import unittest
44

55

6-
class TestPlot(unittest.TestCase):
6+
class TestPlotInternal(unittest.TestCase):
7+
"""
8+
Unit tests for internal wfdb.plot.plot functions
9+
"""
10+
711
def test_get_plot_dims(self):
812
sampfrom = 0
913
sampto = 3000

0 commit comments

Comments
 (0)