| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp5-expected5-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'cspline...', 23: 'poly'} == {'23': 'poly'}
Left contains 3 more items:
{17: 'cspline', 19: 'cspline', 23: 'poly'}
Right contains 1 more item:
{'23': 'poly'}
Full diff:...
(44 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[ValueError-badfunc-True]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
TypeError: expected exception must be a BaseException type, not str
inp = <class 'ValueError'>, expected = 'badfunc', should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp3-expected3-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'cspline...23: 'cspline'} == {30: 'poly'}
Left contains 3 more items:
{17: 'cspline', 19: 'cspline', 23: 'cspline'}
Right contains 1 more item:
{30: 'poly'}
Full diff:...
(44 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp2-cspline-False]
|
Failing since build #3
(Changes by Joshua Hoskins)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'cspline', 19: 'cspline', 23: 'cspline'} == 'cspline'
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = 'cspline'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(26 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[ValueError-expected9-True]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
TypeError: expected exception must be a BaseException type, not int
inp = <class 'ValueError'>, expected = {19: 'invalid'}, should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp0-None-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'cspline', 19: 'cspline', 23: 'cspline'} == None
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = None
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(26 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp4-poly-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'poly', 19: 'poly', 23: 'poly'} == 'poly'
inp = {17: 'poly', 19: 'poly', 23: 'poly'}, expected = 'poly'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(26 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp6-expected6-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'poly', ...23: 'cspline'} == {'17': 'poly', 19: 'cspline'}
Omitting 1 identical items, use -vv to show
Left contains 2 more items:
{17: 'poly', 23: 'cspline'}
Right contains 1 more item:
{'17': 'poly'}
...
(44 more lines...)
|
| Expand |
Failed
|
worker_test
test_build_fitting_configuration[inp1-expected1-False]
|
Failing since build #1
(First build for this plan)
|
Pipeline PR Test 6.6.6 |
< 1 sec |
AssertionError: assert {17: 'cspline...23: 'cspline'} == {}
Left contains 3 more items:
{17: 'cspline', 19: 'cspline', 23: 'cspline'}
Full diff:
- {}
+ {...
(44 more lines...)
|