示例#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
    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)