diff options
author | Roland Hedberg <roland.hedberg@adm.umu.se> | 2014-04-14 14:19:19 +0200 |
---|---|---|
committer | Roland Hedberg <roland.hedberg@adm.umu.se> | 2014-04-14 14:19:19 +0200 |
commit | a6ef115ff77d81bec4e8beb2cbd720d903bb806f (patch) | |
tree | 059d990a090ac242845321c42bbce610e025160f /tests/test_60_sp.py | |
parent | fca906e9b0b2df455885119c9a9603171874ef4a (diff) | |
download | pysaml2-a6ef115ff77d81bec4e8beb2cbd720d903bb806f.tar.gz |
Fixed handling of signed and then encrypted response assertions. At the same time added support for dealing with any combination of encrypted/non-encrypted assertions.
Diffstat (limited to 'tests/test_60_sp.py')
-rw-r--r-- | tests/test_60_sp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_60_sp.py b/tests/test_60_sp.py index 76c2b551..cb07c65e 100644 --- a/tests/test_60_sp.py +++ b/tests/test_60_sp.py @@ -73,6 +73,7 @@ class TestSP(): 'sn': ['Jeter'], 'title': ['The man']} + if __name__ == "__main__": _sp = TestSP() _sp.setup_class() |