def test___ne__(): thing = query.ParameterizedThing() with pytest.raises(NotImplementedError): thing != None
def test___ne__(): thing = query.ParameterizedThing() with pytest.raises(NotImplementedError): thing != unittest.mock.sentinel.other