Build: #8 failed
Job: Pipeline PR Test 6.7.4 failed
Test results
- 725 tests in total
- 1 test failed
- 13 tests were quarantined / skipped
- 13 minutes taken in total.
Build 8 has the following 1 errors:There were no new test failures since the previous build.
| Status | Test | Failing since | Duration | |
|---|---|---|---|---|
|
conversion_test
test_unix_seconds_to_datetime[inp0-expected0]
|
Failing since build #7 (Rebuilt by Andrew McNichols) | < 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...)
|
||||