Skip to content

adding github workflow #3

adding github workflow

adding github workflow #3

GitHub Actions / JUnit Test Report failed May 13, 2024 in 0s

21 tests run, 9 passed, 0 skipped, 12 failed.

Annotations

Check failure on line 10 in tests/sgp40/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp40/test_commands.py.test_measure_test

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 20 in tests/sgp40/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp40/test_commands.py.test_measure_raw[50.0-25.0]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 20 in tests/sgp40/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp40/test_commands.py.test_measure_raw[65.0-23.5]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 20 in tests/sgp40/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp40/test_commands.py.test_measure_raw[62.0-24.3]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 35 in tests/sgp40/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp40/test_commands.py.test_turn_heater_off

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 10 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_get_serial_number

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 21 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_measure_test

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 31 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_conditioning

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 42 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_measure_raw[50.0-25.0]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 42 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_measure_raw[65.0-23.5]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 42 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_measure_raw[62.0-24.3]

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError

Check failure on line 59 in tests/sgp41/test_commands.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

tests/sgp41/test_commands.py.test_turn_heater_off

test setup failure
Raw output
request = <SubRequest 'bridge' for <Function 'test_measure_test'>>

    @pytest.fixture(scope="session")
    def bridge(request):
>       serial_port = _get_serial_port(request.config, validate=True)

conftest.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

config = <_pytest.config.Config object at 0x7f367b858a30>, validate = True

    def _get_serial_port(config, validate=False):
        """
        Get the serial port to be used for the tests.
        """
        port = config.getoption("--serial-port")
        if (validate is True) and (port is None):
>           raise ValueError("Please specify the serial port to be used with "
                             "the '--serial-port' argument.")
E           ValueError: Please specify the serial port to be used with the '--serial-port' argument.

conftest.py:28: ValueError