cpython/Lib/test/test_unittest/namespace_test_pkg/test_foo.py

6 lines
110 B
Python
Raw Normal View History

import unittest
class PassingTest(unittest.TestCase):
def test_true(self):
self.assertTrue(True)