Skip to content

Github actions, automated testing and coverage reports. #13

Github actions, automated testing and coverage reports.

Github actions, automated testing and coverage reports. #13

GitHub Actions / Test Results failed Feb 20, 2024 in 0s

2 fail, 10 pass in 21s

12 tests  +4   10 ✅ +3   21s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    2 ❌ +1 

Results for commit 4fc2195. ± Comparison against earlier commit 081355d.

Annotations

Check warning on line 0 in roll_sim.tests.test_dummy

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_dummy2 (roll_sim.tests.test_dummy) failed

res.xml [took 0s]
Raw output
assert 0 == 1
def test_dummy2():
>       assert 0 == 1
E       assert 0 == 1

roll_sim/tests/test_dummy.py:7: AssertionError

Check warning on line 0 in roll_sim.tests.test_dummy

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_dummu6 (roll_sim.tests.test_dummy) failed

res.xml [took 0s]
Raw output
assert 1 == 0
def test_dummu6():
>       assert 1 == 0
E       assert 1 == 0

roll_sim/tests/test_dummy.py:16: AssertionError