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

homedrone/lostests-pub#2app.tests.tests.Teststest_env_def
Build
Repository
No
2
Started
6 years, 6 months ago
Time, s
0.902

Commit info
Branch
master

Commit message
fixed .drone.xml
Test test_env_def (app.tests.tests.Tests): failure
Started at: 2019-06-10 10:55:11, time: 0.005 s

Failing for the first build

Error (type) message
(AssertionError) 'drone' != 'true' - drone + true

Traceback
Traceback (most recent call last):
  File "/drone/src/pub/app/tests/tests.py", line 43, in test_env_def
    self.assertEqual('drone', views.env('CI', def_value='drone'))
AssertionError: 'drone' != 'true'
- drone
+ true