Files
deb-python-pysaml2/script/sp_testdrv.py
rmokiem-topdesk f5ed4e68ac - Fixed some PEP-8 problems
- Moved the existing tests to its own test suite (testspackage) which is
used by default. All tests should still run in the exact same way as
before.
- Started with creating a SAML2Int test suite that specifically tests
the SP with the SAML2Int profile (currently, only the IdP tests seem to
cover the SAML2Int profile)
2014-02-19 13:16:45 +01:00

9 lines
141 B
Python
Executable File

#!/usr/bin/env python
__author__ = 'rohe0002'
from sp_test import Client
from sp_test.check import factory
cli = Client(factory)
cli.run()