mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	Set default path in EN/DE tests.
This commit is contained in:
		
							parent
							
								
									cd71b6b0a9
								
							
						
					
					
						commit
						0cf4aff470
					
				|  | @ -7,11 +7,11 @@ from ..de import German | |||
| 
 | ||||
| @pytest.fixture(scope="session") | ||||
| def EN(): | ||||
|     return English(path=False) | ||||
|     return English() | ||||
| 
 | ||||
| @pytest.fixture(scope="session") | ||||
| def DE(): | ||||
|     return German(path=False) | ||||
|     return German() | ||||
| 
 | ||||
| 
 | ||||
| def pytest_addoption(parser): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user