File: sp_testdrv.py

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

from sp_test import Client
from sp_test import tests
from sp_test.check import factory


cli = Client(tests, factory)
cli.run()