def test_get_path_with_one_part(self): settings = RideSettings() self.assertTrue(settings.get_path('foo').endswith('ride%sfoo' % os.sep))
def test_get_path_without_parts(self): settings = RideSettings() self.assertTrue(settings.get_path().endswith('ride'))