Skip to content

WCM-316: add teaser title, teaser text and background color to volume #1070

WCM-316: add teaser title, teaser text and background color to volume

WCM-316: add teaser title, teaser text and background color to volume #1070

GitHub Actions / Test Results failed Sep 5, 2024 in 0s

2 fail, 57 skipped, 2 678 pass in 7m 38s

    2 files  ±0      2 suites  ±0   7m 38s ⏱️ +4s
2 737 tests ±0  2 678 ✅  - 2  57 💤 ±0  2 ❌ +2 
2 766 runs  ±0  2 707 ✅  - 2  57 💤 ±0  2 ❌ +2 

Results for commit e9d4b58. ± Comparison against earlier commit 62a95ab.

Annotations

Check warning on line 0 in vivi.core.src.zeit.retresco.tests.test_content.ContentTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_volume_finds_its_properties (vivi.core.src.zeit.retresco.tests.test_content.ContentTest) failed

deployment/work/source/report.xml [took 0s]
Raw output
AttributeError: 'Volume' object has no attribute 'teaserText'
Traceback (most recent call last):
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/home/runner/_work/vivi/vivi/deployment/work/source/vivi/core/src/zeit/retresco/tests/test_content.py", line 162, in test_volume_finds_its_properties
    data = zeit.retresco.interfaces.ITMSRepresentation(volume)()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/core/src/zeit/retresco/convert.py", line 63, in __call__
    merge_and_skip_empty(converter(), result)
                         ^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/core/src/zeit/retresco/convert.py", line 620, in __call__
    'title': self.context.teaserText or 'Ausgabe',
             ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Volume' object has no attribute 'teaserText'

Check warning on line 0 in vivi.core.src.zeit.retresco.tests.test_convert.ConvertTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_converts_volume (vivi.core.src.zeit.retresco.tests.test_convert.ConvertTest) failed

deployment/work/source/report.xml [took 0s]
Raw output
AttributeError: 'Volume' object has no attribute 'teaserText'
Traceback (most recent call last):
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/home/runner/_work/vivi/vivi/deployment/work/source/vivi/core/src/zeit/retresco/tests/test_convert.py", line 207, in test_converts_volume
    data = zeit.retresco.interfaces.ITMSRepresentation(volume)()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/core/src/zeit/retresco/convert.py", line 63, in __call__
    merge_and_skip_empty(converter(), result)
                         ^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/core/src/zeit/retresco/convert.py", line 620, in __call__
    'title': self.context.teaserText or 'Ausgabe',
             ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Volume' object has no attribute 'teaserText'