Commit 6b21cd23 authored by Robert Schütz's avatar Robert Schütz
Browse files

home-assistant-custom-components.homematicip_local: run tests

parent a46a61e3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
{
  lib,
  async-upnp-client,
  buildHomeAssistantComponent,
  fetchFromGitHub,
  aiohomematic,
  aiohomematic-test-support,
  home-assistant,
  pytest-homeassistant-custom-component,
  pytestCheckHook,
}:

buildHomeAssistantComponent rec {
@@ -29,6 +33,18 @@ buildHomeAssistantComponent rec {
    aiohomematic
  ];

  nativeCheckInputs = [
    aiohomematic-test-support
    async-upnp-client
    pytest-homeassistant-custom-component
    pytestCheckHook
  ];

  disabledTests = [
    # custom_components.homematicip_local.support.InvalidConfig: C
    "test_async_validate_config_and_get_system_information"
  ];

  meta = {
    changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md";
    description = "Custom Home Assistant Component for HomeMatic";