Even simple automated tests would help catch major problems possibly happening when code or dependencies are updated. I suggest at least the following tests:
Test that the front page opens normally with a correct response code.
Shorten a link, test that it works twice, delete the link, test that the link does not work.
Test that a non-existing link opens the correct page for non-existing links.
Even simple automated tests would help catch major problems possibly happening when code or dependencies are updated. I suggest at least the following tests:
Test that the front page opens normally with a correct response code.
Shorten a link, test that it works twice, delete the link, test that the link does not work.
Test that a non-existing link opens the correct page for non-existing links.