File: test_namespace_fixups.py

package info (click to toggle)
mdp 3.6-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,500 kB
  • sloc: python: 25,503; makefile: 9; sh: 8
file content (12 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
from mdp.test.test_namespace_fixups import (generate_calls,
                                            test_exports)

MODULES = ['bimdp',
           'bimdp.nodes',
           'bimdp.hinet',
           'bimdp.parallel',
           ]

def pytest_generate_tests(metafunc):
    generate_calls(MODULES, metafunc)