def test_has_exceptions_mod_function(self): assert pip_state.pip_has_exceptions_mod("1.0") assert not pip_state.pip_has_exceptions_mod("0.1") assert not pip_state.pip_has_exceptions_mod("10.0")
def test_has_exceptions_mod_function(self): assert pip_state.pip_has_exceptions_mod('1.0') assert not pip_state.pip_has_exceptions_mod('0.1') assert not pip_state.pip_has_exceptions_mod('10.0')