mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
more tests
This commit is contained in:
6
tests/app/test_exceptions.py
Normal file
6
tests/app/test_exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app.exceptions import DVLAException
|
||||
|
||||
|
||||
def test_dvla_exception():
|
||||
dvla = DVLAException("a message")
|
||||
assert dvla.message == "a message"
|
||||
Reference in New Issue
Block a user