Пример #1
0
 def test_open(self):
     task = Task("foo")
     chute = task.read("*.ufo")
     assert isinstance(chute, Chute)
     assert chute in task.chains
Пример #2
0
 def test_open(self):
     task = Task('foo')
     chute = task.read('*.ufo')
     assert isinstance(chute, Chute)
     assert chute in task.chains