Build: #7 failed
Job: Pipeline PR Test 6.7.4 failed
Test results
- 725 tests in total
- 1 test failed
- 1 failure is new
- 13 tests were quarantined / skipped
- 8 minutes taken in total.
Build 7 has the following 1 errors: 1 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
conversion_test
test_unix_seconds_to_datetime[inp0-expected0]
|
< 1 sec | |
NameError: name 'unix_seconds_to_datetime' is not defined
inp = [1, 1.5]
expected = [datetime.datetime(1970, 1, 1, 0, 0, 1, tzinfo=datetime.timezone.utc), datetime.datetime(1970, 1, 1, 0, 0, 1, 500000, tzinfo=datetime.timezone.utc)]
@pytest.mark.parametrize("inp, expected", [
([1, 1.5], [
datetime.datetime(1970, 1, 1, 0, 0, 1, tzinfo=UTC),
datetime.datetime(1970, 1, 1, 0, 0, 1, 500000, tzinfo=UTC),
(9 more lines...)
|
|||