File: cdef_bp_tests.py

package info (click to toggle)
python-iow 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: python: 2,322; makefile: 24; sh: 12
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import bp.tests.test_bp_cy

for n in dir(bp.tests.test_bp_cy):
    if n.startswith('test_'):
        getattr(bp.tests.test_bp_cy, n)()