from unittest import TestCase from example1 import Example1App class TestExample1App(TestCase): def test_update(self): self.fail()