HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[CX_HARDENING] - Modernize and Audit Vid 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 Vid Task has not been modernized to use the new testing framework. It also only has a single test.

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

  • [ ] - Modernize and improve the ergonomics of the Vid task test by switching it to use the new testing framework.
  • [ ] - Evaluate the Vid 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?

We should probably have a parallel test that exists alongside the "old" test so that way we know that we aren't accidentally losing on previously covered code, but we can remove the old test before merging.

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