Skip to content

Commit

Permalink
Add test on check_enc_data
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jul 25, 2015
1 parent d253652 commit 45d248b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions billabong/tests/test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ def test_check_data(record):

with pytest.raises(ValueError):
check_data()


def check_enc_data(record):
"""Test validation of encrypted data checksums."""
blob_id = record['blob']
check_enc_data(blob_id)

0 comments on commit 45d248b

Please sign in to comment.