We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44365da commit f5826a0Copy full SHA for f5826a0
tests/test_gui.py
@@ -44,6 +44,5 @@ def shard(self, shard: int) -> None:
44
GUI.__new__ = lambda x: Diagnostic_GUI()
45
shards = []
46
args = Namespace(child=False, auto_upload=auto_upload, children=children, skip_parent=skip_parent, start_time=0)
47
- children = [mock_target] * children
48
acquire_children_and_targets(mock_target, args)
49
assert shards == expected_shards
0 commit comments