File: other_pavement.py

package info (click to toggle)
python-paver 1.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,220 kB
  • ctags: 979
  • sloc: python: 4,678; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
from paver.easy import *

from paver.tests import test_tasks

options(foo=1)

@task
def t1(options):
    test_tasks.OP_T1_CALLED = options.foo