diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-12 10:00:42 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-12 10:00:42 -0800 |
commit | 41172ab654e041680127919712994ec0cab371e8 (patch) | |
tree | 7d2b14c457185002c74170c5e45fa7d06f2026c4 /tests | |
parent | c2f45d540bda76d675482636077f46b4834ba6e8 (diff) | |
download | cryptography-41172ab654e041680127919712994ec0cab371e8.tar.gz cryptography-41172ab654e041680127919712994ec0cab371e8.tar.bz2 cryptography-41172ab654e041680127919712994ec0cab371e8.zip |
flake8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 26eb86fa..af575b37 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -250,6 +250,7 @@ def test_load_hash_vectors_bad_data(): with pytest.raises(ValueError): load_hash_vectors(vector_data) + def test_load_vectors_from_file(): vectors = load_vectors_from_file( os.path.join("ciphers", "Blowfish", "bf-cfb.txt"), |