another.py 234 B

123456789101112
  1. #
  2. # Copyright (C) 2016 Intel Corporation
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. from oeqa.core.case import OETestCase
  7. class AnotherTest(OETestCase):
  8. def testAnother(self):
  9. self.assertTrue(True, msg='How is this possible?')