Home
last modified time | relevance | path

Searched refs:cfvfn (Results 1 – 2 of 2) sorted by relevance

/dports/security/cfv/cfv-3.0.0.dev0/test/
H A Dcfvtest.py41 cfvfn = None variable
95 argv = [cfvfn] + expand_cmdline(cmd)
136 sys.argv = [cfvfn] + expand_cmdline(cmd)
147 '__file__': cfvfn,
189 global cfvfn, cfv_compiled, runcfv
198 cfvfn = os.path.abspath(fn)
199 with open(cfvfn, 'rt') as f:
201 cfv_compiled = compile(_cfv_code, cfvfn, 'exec')
203 with open(cfvfn, 'rt') as f:
205 imp.load_source('cfvwrapper', cfvfn, f)
H A Dtest.py269 test_log_results(cfvtest.cfvenv + cfvtest.cfvfn + ' ' + cmd, s, o, r, kw)
1572 print('default [cfv] is:', cfvtest.cfvfn)