Example #1
0
    def test_baseline(self):
        # A collection constructed with no arguments selects all
        # templates.
        template = self.factory.makePOTemplate()

        collection = TranslationTemplatesCollection()
        self.assertIn(template, collection.select())
    def test_baseline(self):
        # A collection constructed with no arguments selects all
        # templates.
        template = self.factory.makePOTemplate()

        collection = TranslationTemplatesCollection()
        self.assertIn(template, collection.select())