Contents:
from unittest import TestCase [docs]class TestDummy(TestCase): [docs] def test_unlock_screen(self): self.assertTrue(True)