ucsb-cs156-f24 / proj-happycows-f24-11

1 stars 0 forks source link

Improve performance of tests for OurTable #2

Open github-actions[bot] opened 2 weeks ago

github-actions[bot] commented 2 weeks ago

The tests for OurTable take a very long time to run, possibly because someone in the past was a little overzealous about writing the tests.

The challenge in this issue: see if you can come up with a set of tests that still gets you 100% line, branch and mutation coverage, but runs a whole lot faster, and is simpler and shorter than the current test suite.

Helpful information (Aden):

Image

Comment for future reference OurTable takes 51 seconds