Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_round_up_to_multiple(self):
self.assertEqual(round_up_to_multiple(x=12, base=5), 15)
self.assertIsInstance(round_up_to_multiple(x=12, base=5), int)
def test_round_up_to_multiple(self):
self.assertEqual(round_up_to_multiple(x=12, base=5), 15)
self.assertIsInstance(round_up_to_multiple(x=12, base=5), int)