+#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later
# See Notices.txt for copyright information
shifted_remainder=shifted_remainder):
self.assertEqual(obj.quotient_root, quotient)
self.assertEqual(obj.remainder, shifted_remainder)
+
+
+if __name__ == '__main__':
+ unittest.main()
+#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later
# See Notices.txt for copyright information
log2_radix=1))
# FIXME: add more test_* functions
+
+
+if __name__ == '__main__':
+ unittest.main()