We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba2df7 commit 9e0e3f8Copy full SHA for 9e0e3f8
pytest_cases/plugin.py
@@ -193,7 +193,8 @@ def __getitem__(self, item):
193
def __setitem__(self, key, value):
194
# This is called in Pytest 4+.
195
if self.has_split():
196
- # TODO how should we behave ?
+ # TODO to take into account the new order, the tree has to be flattened into alternate closures,
197
+ # and each of them will then be able to be sorted accordingly
198
warn("WARNING the new order is not taken into account !!")
199
else:
200
self.to_list()[key] = value
0 commit comments