Skip to content

Commit 94168fa

Browse files
committed
-
1 parent 2596fa0 commit 94168fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py3/test_python_toolbox/test_nifty_collections/test_bagging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
infinity = float('inf')
2424
infinities = (infinity, -infinity)
2525

26-
class BaseBagTestCase(cute_testing.TestCase):
26+
class BaseBagTestCase(nose.Test): # blocktodo: using cute testing class?1
2727
def test_common(self, bag_type):
2828
bag = self.bag_type('abracadabra')
2929
assert bag == collections.Counter('abracadabra') == \

0 commit comments

Comments
 (0)