moan0s / ILMO2

Intelligent Library Management Online - A simple Web-App for the organization of a library, the users, books, opening hours and lendings.
https://ilmo2.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 2 forks source link

Tests do not cover errors in template #16

Open moan0s opened 2 years ago

moan0s commented 2 years ago

For some reason tests.test_view.AllLoanView.test_content does not fail when the template is faulty. To reproduce replace {% url 'library:material-detail' materialinst.material.pk %} with {% url 'library:book-detail' materialinst.material.pk %}