File: idp_testdrv.py

package info (click to toggle)
python-pysaml2 7.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,604 kB
  • sloc: xml: 388,184; python: 66,155; makefile: 148; sh: 80
file content (10 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
__author__ = "rohe0002"

# from idp_test import saml2base
from idp_test import SAML2client
from idp_test.check import factory


cli = SAML2client(factory)
cli.run()