Skip to content

fix: Fix bad format in docs/reqstool/software_verification_cases.yml - #121

Merged
lfvjimisola merged 5 commits into
mainfrom
16-fix-svc-assigned-req-ids
Oct 30, 2024
Merged

fix: Fix bad format in docs/reqstool/software_verification_cases.yml#121
lfvjimisola merged 5 commits into
mainfrom
16-fix-svc-assigned-req-ids

Conversation

@lfvdavid

Copy link
Copy Markdown
Contributor

Fix requirements list assigned to a svc and changed type to python in reqstool_config

@lfvdavid
lfvdavid requested a review from lfvjimisola October 24, 2024 13:48
@lfvdavid lfvdavid self-assigned this Oct 24, 2024
@lfvdavid
lfvdavid marked this pull request as draft October 24, 2024 14:01
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json

type: default

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? I've updated the docs regarding reqstool_config's new format in the docs on my branch.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted, have you also fixed the Requirements annotation? If so we can just close this PR.

Comment on lines 43 to 46
not (os.getenv("GITHUB_TOKEN") or not os.getenv("GITLAB_TOKEN")),
reason="Test needs GITLAB_TOKEN or GITHUB_TOKEN environment variable to be set",
)
def test_basic_maven():

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've fixed this and updated the pytest exeuction in workflow on my branch as per our jitsi meet earlier today. So, no need for this.

@SVCs("SVC_003", "SVC_008")
@pytest.mark.slow
@pytest.mark.integration
@pytest.mark.skipif(
    not (os.getenv("GITHUB_TOKEN")),
    reason="Test needs GITHUB_TOKEN",
)
def test_basic_maven():

@lfvjimisola lfvjimisola self-assigned this Oct 30, 2024
@lfvjimisola
lfvjimisola marked this pull request as ready for review October 30, 2024 10:58
@lfvjimisola lfvjimisola changed the title feat: Fix svc requirements and set type to python in reqstool_config fix: Fix bad format in docs/reqstool/software_verification_cases.yml Oct 30, 2024
@lfvjimisola
lfvjimisola merged commit 98583cc into main Oct 30, 2024
@lfvjimisola
lfvjimisola deleted the 16-fix-svc-assigned-req-ids branch October 30, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants