370
370
# we should get the default for something InterString returns False
372
372
self.assertFalse(InterString.is_compatible(dummy_a, None))
374
374
# and we should get an InterString for a pair it 'likes'
375
375
self.assertTrue(InterString.is_compatible(dummy_a, dummy_b))
376
376
inter_repo = repository.InterRepository.get(dummy_a, dummy_b)