Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Implement select tool tests and modify test utilities

Open RahulHi opened this issue 3 years ago • 0 comments

This PR implements some tests for the select tool, particularly to test for the correct behavior when using the undo/redo functionalities.

This PR additionally improves the testing utilities:

  • The move_mouse function now accepts an EditorMouseState as input to avoid discarding the previous mouse state as that may result in unintended behavior.
  • Adds test utilities for the dispatcher.

Part of #595

RahulHi avatar Jul 10 '22 22:07 RahulHi