mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	two tests because of different exit type
This commit is contained in:
		
							parent
							
								
									73baaf330a
								
							
						
					
					
						commit
						9a8255ffd5
					
				|  | @ -374,13 +374,22 @@ def test_parse_config_overrides(args, expected): | |||
| 
 | ||||
| @pytest.mark.parametrize( | ||||
|     "args", | ||||
|     [["--foo"], ["--x.foo", "bar", "--baz"], ["--x.foo", "bar", "baz"], ["x.foo"]], | ||||
|     [["--foo"], ["--x.foo", "bar", "--baz"]], | ||||
| ) | ||||
| def test_parse_config_overrides_invalid(args): | ||||
|     with pytest.raises(NoSuchOption): | ||||
|         parse_config_overrides(args) | ||||
| 
 | ||||
| 
 | ||||
| @pytest.mark.parametrize( | ||||
|     "args", | ||||
|     [["--x.foo", "bar", "baz"], ["x.foo"]], | ||||
| ) | ||||
| def test_parse_config_overrides_invalid_2(args): | ||||
|     with pytest.raises(SystemExit): | ||||
|         parse_config_overrides(args) | ||||
| 
 | ||||
| 
 | ||||
| @pytest.mark.parametrize("lang", ["en", "nl"]) | ||||
| @pytest.mark.parametrize( | ||||
|     "pipeline", [["tagger", "parser", "ner"], [], ["ner", "textcat", "sentencizer"]] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user