コード例 #1
0
    def test___neq(self, location_with_region_name, location):
        from outrigger.region import Region

        r1 = Region(location_with_region_name)
        r2 = Region(location)

        assert r1.__neq__(r2)
コード例 #2
0
ファイル: test_region.py プロジェクト: YeoLab/outrigger
    def test___neq(self, location_with_region_name, location):
        from outrigger.region import Region

        r1 = Region(location_with_region_name)
        r2 = Region(location)

        assert r1.__neq__(r2)