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

homedrone/lostests-pub#9app.tests.tests_license.TestViewsLicensetest_view_lic1
Build
Repository
No
9
Started
6 years, 3 months ago
Time, s
1.666

Commit info
Branch
master

Commit message
(#15) - reworked license check; - reworked license display; - added tests
Test test_view_lic1 (app.tests.tests_license.TestViewsLicense): failure
Started at: 2019-09-01 11:13:24, time: 0.045 s

Failing for the first build

Error (type) message
(AssertionError) False is not true : Couldn't find 'You have <span class="bold">personal</span> license for this product registered to <span class="bold">Jim Beam</span>' in response

Traceback
Traceback (most recent call last):
  File "/drone/src/pub/app/tests/tests_license.py", line 74, in test_view_lic1
    self.check_licensed(response)
  File "/drone/src/pub/app/tests/tests_license.py", line 44, in check_licensed
    self.assertContains(response, 'You have <span class="bold">personal</span> license for this product registered'
  File "/usr/local/lib/python3.6/site-packages/django/test/testcases.py", line 369, in assertContains
    self.assertTrue(real_count != 0, msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'You have <span class="bold">personal</span> license for this product registered to <span class="bold">Jim Beam</span>' in response