mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 16:12:32 -05:00
more tests
This commit is contained in:
6
tests/app/test_errors.py
Normal file
6
tests/app/test_errors.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app.errors import VirusScanError
|
||||
|
||||
|
||||
def test_virus_scan_error():
|
||||
vse = VirusScanError("a message")
|
||||
assert "a message" in vse.args
|
||||
Reference in New Issue
Block a user