Azure pytest parallel (#27864)

* Azure pytest parallel

* Update azure-pipelines-ci.yml

* Remove test that does nothing
This commit is contained in:
Pascal Vizeli
2019-10-19 05:51:53 +02:00
committed by Paulus Schoutsen
parent 7ed659151c
commit 435cbb7f7e
2 changed files with 4 additions and 9 deletions

View File

@@ -169,11 +169,6 @@ async def mock_ddp_response(hass, mock_status_data, games=None):
await hass.async_block_till_done()
async def test_async_setup_platform_does_nothing():
"""Test setup platform does nothing (Uses config entries only)."""
await ps4.media_player.async_setup_platform(None, None, None)
async def test_media_player_is_setup_correctly_with_entry(hass):
"""Test entity is setup correctly with entry correctly."""
mock_entity_id = await setup_mock_component(hass)