Test Summary
tests/test_bis.py
| Test Function |
Passed |
Failed |
Broken |
Skipped |
Unknown |
| test_ask_yes_no_ctrl_c |
1 |
0 |
0 |
0 |
0 |
| test_ask_yes_no_ctrl_d |
2 |
0 |
0 |
0 |
0 |
| test_ask_yes_no_with_defaults |
11 |
2 |
0 |
0 |
0 |
| Total |
14 |
2 |
0 |
0 |
0 |
Failure Details
test_ask_yes_no_with_defaults
- Failed #1:
AssertionError: assert False == True
- Failed #2:
AssertionError: assert False == True
tests/test_utils_ask_yes_no.py
| Test Function |
Passed |
Failed |
Broken |
Skipped |
Unknown |
| test_ask_yes_no_ctrl_c |
1 |
0 |
0 |
0 |
0 |
| test_ask_yes_no_ctrl_d |
2 |
0 |
0 |
0 |
0 |
| test_ask_yes_no_with_defaults |
11 |
2 |
0 |
0 |
0 |
| Total |
14 |
2 |
0 |
0 |
0 |
Failure Details
test_ask_yes_no_with_defaults
- Failed #1:
AssertionError: assert False == True
- Failed #2:
AssertionError: assert False == True
Total Summary
| Status |
Count |
| Passed |
28 |
| Failed |
4 |
| Broken |
0 |
| Skipped |
0 |
| Unknown |
0 |
Last updated: 2025-07-11 13:54:17