HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[CX_HARDENING] - Modernize and Audit View Sync Task Tests

Open jparr721 opened this issue 9 months ago • 0 comments

What is this task and why do we need to work on it?

The View Sync Task tests have not been modernized to the new testing framework. It also only has a single test despite having a significant amount of logic that it performs. It is imperative that we add substantially more testing to this task.

What work will need to be done to complete this task?

  • [ ] - Modernize and improve the ergonomics of the View Sync task test by switching it to use the new testing framework.
  • [ ] - Evaluate the View Sync task to determine if enough of the code is covered.
  • [ ] - Permute the inputs and verify if the tests still pass.
  • [ ] - Clean up and reduce boilerplate within the test file.
  • [ ] - Add additional tests for the various cases that were not previously handled.

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

  • [ ] - Test is modernized
  • [ ] - New tests added if needed
  • [ ] - All tests pass.

Branch work will be merged to (if not the default branch)

No response

jparr721 avatar May 15 '24 21:05 jparr721