Esempio n. 1
0
 def test_open(self):
     task = Task("foo")
     chute = task.read("*.ufo")
     assert isinstance(chute, Chute)
     assert chute in task.chains
Esempio n. 2
0
 def test_open(self):
     task = Task('foo')
     chute = task.read('*.ufo')
     assert isinstance(chute, Chute)
     assert chute in task.chains