tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Tests incomplete #492

Closed geriom closed 1 year ago

geriom commented 1 year ago

Expected Behavior

The test_transform_links_doc test in tests_sync.py is expected to have an assertEqual statement.

Actual Behavior

The test code is incomplete. Adding the missing statement causes the tests to fails. This means there's a deeper problem within the code that causes the function being tested to behave unexpectedly.

geriom commented 1 year ago

Some work on this issue can be found on #351 Maybe we can use the code there as starting point to fix this issue.

geriom commented 1 year ago

this seems to be working correctly now.