def test_in_seconds(self):
     it = PendulumInterval(seconds=72)
     self.assertEqual(72, it.in_seconds())