Skip to content

Commit 65ccb93

Browse files
committed
Set test class name
1 parent b3ab7be commit 65ccb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trackpy/tests/test_spiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import trackpy as tp
88
import numpy as np
99

10-
class MyTestCase(StrictTestCase):
10+
class TestSpiff(StrictTestCase):
1111
def _test_spiff(self, ndim):
1212
# Draw an image with 200 features and some noise
1313
expected, image = draw_array(200, 2, noise_level=1, ndim=ndim)

0 commit comments

Comments
 (0)