Page MenuHome

Fix: Updating failing test fails
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Dec 1 2021, 6:21 PM.

Details

Summary

We had an error when adding new tests:
Seems to be caused by rB7168a4fa5c785c29483947ce60ac797e4b9c1bfc.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:/Blender-git/blender/tests/python/geo_node_test.py", line 29, in <module>
    result = geo_node_test.run_test()
  File "C:\Blender-git\blender\tests\python\modules\mesh_test.py", line 292, in run_test
    self.update_failed_test()
  File "C:\Blender-git\blender\tests\python\modules\mesh_test.py", line 376, in update_failed_test
    self.do_selection(self.evaluated_object.data,
TypeError: do_selection() missing 1 required positional argument: 'select_history'

This seems to fix that error.

Diff Detail

Repository
rB Blender

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Dec 1 2021, 6:21 PM
Hans Goudey (HooglyBoogly) created this revision.
Jake (Welp) accepted this revision.Dec 2 2021, 3:09 AM
This revision is now accepted and ready to land.Dec 2 2021, 3:09 AM