Ejemplo n.º 1
0
 def test_validates_invalid_pep440_specifier(self, specifier):
     with pytest.raises(ValidationError):
         pypi._validate_pep440_specifier(specifier)
Ejemplo n.º 2
0
 def test_validates_invalid_pep440_specifier(self, specifier):
     with pytest.raises(ValidationError):
         pypi._validate_pep440_specifier(specifier)
Ejemplo n.º 3
0
 def test_validates_valid_pep440_specifier(self, specifier):
     pypi._validate_pep440_specifier(specifier)
Ejemplo n.º 4
0
 def test_validates_valid_pep440_specifier(self, specifier):
     pypi._validate_pep440_specifier(specifier)