File: idp_testdrv.py

package info (click to toggle)
python-pysaml2 4.5.0-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 27,664 kB
  • sloc: xml: 229,124; python: 61,007; makefile: 160; sh: 107
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/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()