diff --git a/tests/test_papi.py b/tests/test_papi.py index 2d07cab..6329fae 100644 --- a/tests/test_papi.py +++ b/tests/test_papi.py @@ -148,6 +148,13 @@ def test_onchange_notification(): assert len(notifs.json()) == 1 +def test_template_rendering(): + id_sonde = "masonde_histo" + notifs_text = client.get(f"/notifications/{idsonde}.txt") + assert notifs_text.ok + # assert something in notif_text.body ? + + class CodeCoverageTestCase(TestCase): """ Get covergage to 100% """