File: cdef_bp_tests.py

package info (click to toggle)
python-iow 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 660 kB
  • sloc: python: 2,306; makefile: 24; sh: 12
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
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)()