Skip to content

Commit 4509490

Browse files
committed
trace: add missing traces between L2, source code and tests (focus on tests)
1 parent 31eddbd commit 4509490

File tree

188 files changed

+599
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+599
-21
lines changed

tests/end2end/performance/200_and_304_based_asset_caching/01_main_page_serves_304/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-4, scope=file)
3+
"""
4+
15
import os
26

37
from tests.end2end.e2e_case import E2ECase

tests/end2end/screens/deep_traceability/view_document/view_document_go_from_requirement_card_to_requirement_in_document_view/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.components.viewtype_selector import (

tests/end2end/screens/deep_traceability/view_document/view_document_go_from_requirement_card_to_requirement_in_document_view_another_document/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.components.viewtype_selector import (

tests/end2end/screens/deep_traceability/view_document/view_document_requirement_show_more_modal_window/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.components.viewtype_selector import (

tests/end2end/screens/deep_traceability/view_document/view_document_statement_with_inline_csv_table/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
import os
26

37
from tests.end2end.e2e_case import E2ECase

tests/end2end/screens/deep_traceability/view_document/view_document_when_document_has_no_requirement/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.components.viewtype_selector import ViewType_Selector

tests/end2end/screens/deep_traceability/view_document/view_document_when_document_has_requirement/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-66, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.components.viewtype_selector import ViewType_Selector

tests/end2end/screens/diff/01_view_basic_diff/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-111, scope=file)
3+
"""
4+
15
import os
26
import subprocess
37
import tempfile

tests/end2end/screens/document/create_requirement/_MultipleChoice/create_requirement_MultipleChoice_field_using_autocomplete/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-120, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.screens.document.form_edit_requirement import (

tests/end2end/screens/document/create_requirement/_Tag/create_requirement_Tag_field_using_autocomplete/test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
@relation(SDOC-SRS-120, scope=file)
3+
"""
4+
15
from tests.end2end.e2e_case import E2ECase
26
from tests.end2end.end2end_test_setup import End2EndTestSetup
37
from tests.end2end.helpers.screens.document.form_edit_requirement import (

0 commit comments

Comments
 (0)