Add tests for Logger class #18
Annotations
10 errors
Ruff (T201):
Scripts/run_imu.py#L13
Scripts/run_imu.py:13:5: T201 `print` found
|
Ruff (T201):
Scripts/run_servo.py#L12
Scripts/run_servo.py:12:1: T201 `print` found
|
Ruff (D100):
tests/conftest.py#L1
tests/conftest.py:1:1: D100 Missing docstring in public module
|
Ruff (D100):
tests/test_logger.py#L1
tests/test_logger.py:1:1: D100 Missing docstring in public module
|
Ruff (S101):
tests/test_logger.py#L34
tests/test_logger.py:34:13: S101 Use of `assert` detected
|
Ruff (S101):
tests/test_logger.py#L38
tests/test_logger.py:38:9: S101 Use of `assert` detected
|
Ruff (S101):
tests/test_logger.py#L39
tests/test_logger.py:39:9: S101 Use of `assert` detected
|
Ruff (S101):
tests/test_logger.py#L42
tests/test_logger.py:42:9: S101 Use of `assert` detected
|
Ruff (S101):
tests/test_logger.py#L44
tests/test_logger.py:44:9: S101 Use of `assert` detected
|
Ruff (S101):
tests/test_logger.py#L45
tests/test_logger.py:45:9: S101 Use of `assert` detected
|