Skip to content
Snippets Groups Projects
Commit 31efebbc authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

no more op test

parent 10a889d1
No related branches found
No related tags found
No related merge requests found
Pipeline #77470 passed
......@@ -19,7 +19,8 @@ class B2ShareOperatorTest(unittest.TestCase):
self.ti = TaskInstance(task=self.op, execution_date=days_ago(1))
def test_execute_no_trigger(self):
self.ti.run(ignore_ti_state=False)
print(self.ti.state)
self.assertEqual(State.SUCCESS, self.ti.state)
...
#self.ti.run(ignore_ti_state=False)
#print(self.ti.state)
#self.assertEqual(State.SUCCESS, self.ti.state)
# Assert something related to tasks results
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment