mobeck15 / Game-Library

A database to track video game cost, play time, and other statistics.
GNU General Public License v3.0
0 stars 0 forks source link

test_recapture function may not actually be testing anything #8

Open mobeck15 opened 3 years ago

mobeck15 commented 3 years ago

This test may not be testing what is should be. It should be testing that the recapture prompt is working.

mobeck15 commented 3 years ago

That's not true, the test was incorrectly labeled. It correctly tests that end time is after start time.

A test for prompt functionality is still needed. added that to the test plan.