コード例 #1
0
ファイル: tests.py プロジェクト: pantagrel/gobotany-app
class UnitedStatesPlantDistributionMapTestCase(TestCase):
    def setUp(self):
        self.distribution_map = UnitedStatesPlantDistributionMap()

    def test_is_correct_map(self):
        self.assertEqual('United States Distribution Map',
                         self.distribution_map.get_title())
コード例 #2
0
class UnitedStatesPlantDistributionMapTestCase(TestCase):
    def setUp(self):
        self.distribution_map = UnitedStatesPlantDistributionMap()

    def test_is_correct_map(self):
        self.assertEqual('United States Distribution Map',
                         self.distribution_map.get_title())
コード例 #3
0
ファイル: tests.py プロジェクト: pantagrel/gobotany-app
 def setUp(self):
     self.distribution_map = UnitedStatesPlantDistributionMap()
コード例 #4
0
 def setUp(self):
     self.distribution_map = UnitedStatesPlantDistributionMap()