adding github workflow #1
14 tests run, 1 passed, 0 skipped, 13 failed.
Annotations
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_stop_periodic_measurement1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_set_measurement_interval1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_get_measurement_interval1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_set_altitude_compensation1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_get_altitude_compensation1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_set_temperature_offset1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_get_temperature_offset1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_activate_auto_calibration1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_get_auto_calibration_status1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_get_force_recalibration_status1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_read_firmware_version1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_soft_reset1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError
Check failure on line 1 in tests/test_scd30.py
github-actions / JUnit Test Report
test_scd30.test_start_periodic_measurement1
failed on setup with "ValueError: Please specify the serial port to be used with the '--serial-port' argument."
Raw output
request = <SubRequest 'bridge' for <Function test_stop_periodic_measurement1>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:48:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x7f035d1d29d0>, 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:23: ValueError