mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[core] Move pytest config into pyproject.toml (#6740)
This commit is contained in:
		| @@ -54,3 +54,12 @@ include = ["esphome*"] | ||||
| [tool.black] | ||||
| target-version = ["py39", "py310"] | ||||
| exclude = 'generated' | ||||
|  | ||||
| [tool.pytest.ini_options] | ||||
| testpaths = [ | ||||
|   "tests", | ||||
| ] | ||||
| addopts = [ | ||||
|   "--cov=esphome", | ||||
|   "--cov-branch", | ||||
| ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user