Beispiel #1
0
 def private_t1(options):
     options.foo = 2
     tasks.call_pavement(subpavement, "t1")
     # our options should not be mangled
     assert options.foo == 2
Beispiel #2
0
 def private_t1(options):
     options.foo = 2
     tasks.call_pavement(subpavement, "t1")
     # our options should not be mangled
     assert options.foo == 2