Skip to content

tests use the runner #5

tests use the runner

tests use the runner #5

GitHub Actions / Test Results failed Feb 18, 2025 in 0s

4 fail, 2 pass in 8m 50s

6 tests  +6   2 ✅ +2   8m 50s ⏱️ + 8m 50s
1 suites ±0   0 💤 ±0 
1 files   ±0   4 ❌ +4 

Results for commit 8e7385c. ± Comparison against earlier commit 33f5955.

Annotations

Check warning on line 0 in tests.test_offline

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_valid_checksum (tests.test_offline) failed

/github/workspace/report.xml [took 2m 8s]
Raw output
AssertionError: assert 42 == 0
 +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-valid-checksum.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode
def test_valid_checksum():
        result = run_wokwi_cli(f"tests/bin/offline/firmware.elf", "120000", f"tests/scenarios/offline/test-valid-checksum.scenario.yaml", f"tests/diagrams/offline.json")
>       assert result.returncode == 0
E       AssertionError: assert 42 == 0
E        +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-valid-checksum.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode

tests/test_offline.py:33: AssertionError

Check warning on line 0 in tests.test_offline

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_digital_input (tests.test_offline) failed

/github/workspace/report.xml [took 2m 7s]
Raw output
AssertionError: assert 42 == 0
 +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-digital-in.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode
def test_digital_input():
        result = run_wokwi_cli(f"tests/bin/offline/firmware.elf", "120000", f"tests/scenarios/offline/test-log-digital-in.scenario.yaml", f"tests/diagrams/offline.json")
>       assert result.returncode == 0
E       AssertionError: assert 42 == 0
E        +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-digital-in.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode

tests/test_offline.py:37: AssertionError

Check warning on line 0 in tests.test_offline

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_analog_input (tests.test_offline) failed

/github/workspace/report.xml [took 2m 8s]
Raw output
AssertionError: assert 42 == 0
 +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-analogin.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode
def test_analog_input():
        result = run_wokwi_cli(f"tests/bin/offline/firmware.elf", "120000", f"tests/scenarios/offline/test-log-analogin.scenario.yaml", f"tests/diagrams/offline.json")
>       assert result.returncode == 0
E       AssertionError: assert 42 == 0
E        +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-analogin.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode

tests/test_offline.py:42: AssertionError

Check warning on line 0 in tests.test_offline

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_ds18b20 (tests.test_offline) failed

/github/workspace/report.xml [took 2m 9s]
Raw output
AssertionError: assert 42 == 0
 +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-ds18b20.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode
def test_ds18b20():
        result = run_wokwi_cli(f"tests/bin/offline/firmware.elf", "120000", f"tests/scenarios/offline/test-log-ds18b20.scenario.yaml", f"tests/diagrams/offline.json")
>       assert result.returncode == 0
E       AssertionError: assert 42 == 0
E        +  where 42 = CompletedProcess(args=['wokwi-cli', '--elf', 'tests/bin/offline/firmware.elf', '--timeout', '120000', '--scenario', 'tests/scenarios/offline/test-log-ds18b20.scenario.yaml', '--diagram-file', 'tests/diagrams/offline.json'], returncode=42).returncode

tests/test_offline.py:46: AssertionError