LosTests test result publisher v.1.2 © 2019-2024 by elfuego.biz

homedrone/lostests-unit#2tests.tests_http.TestsHttptest_main_err1
Build
Repository
No
2
Started
6 years, 6 months ago
Time, s
20.905

Commit info
Branch
master

Commit message
#12: - added test mode
Test test_main_err1 (tests.tests_http.TestsHttp): failure
Started at: 2019-06-10 16:44:51, time: 0.007 s

Failing for the first build

Error (type) message
(AssertionError) 3 != 1

Traceback
Traceback (most recent call last):
  File "/drone/src/src/tests/tests_http.py", line 322, in test_main_err1
    lostests_unit.main()
SystemExit: 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/drone/src/src/tests/tests_http.py", line 325, in test_main_err1
    self.assertEqual(3, e.code)
AssertionError: 3 != 1