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