We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fa0e6 commit a2ffcc2Copy full SHA for a2ffcc2
tests/test_small_cases.py
@@ -103,6 +103,7 @@ def test_wmap_iterator(small_allocator):
103
assert any(ftw['from'] is None and ftw['to'] == 0 for ftw in wmap)
104
assert any(ftw['from'] is None and ftw['to'] is None for ftw in wmap)
105
106
+
107
def test_wmap_getitem(small_wmap):
108
assert {'from': 'a', 'to': 0, 'weight': 1} in small_wmap['a']
109
assert len(small_wmap['a']) == 2
@@ -119,7 +120,6 @@ def test_wmap_getitem(small_wmap):
119
120
small_wmap[0]
121
122
-
123
def test_init_allocation_weight(small_allocator):
124
sources = small_allocator.sources
125
allocation = small_allocator.init_allocation()
0 commit comments