Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include path in test if URL exists #85

Open
kordwarshuis opened this issue Feb 17, 2025 · 1 comment
Open

Include path in test if URL exists #85

kordwarshuis opened this issue Feb 17, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kordwarshuis
Copy link

Example:

        {
          "url": "https://github.com/trustoverip/ctwg-main-glossary",
          "gh_page": "https://glossary.trustoverip.org/",
          "terms_dir": "spec/terms-definitions",
          "external_spec": "ctwg"
        }

Currently this is tested:
https://github.com/trustoverip/ctwg-main-glossary

Instead the whole path,
https://github.com/trustoverip/ctwg-main-glossary + spec/terms-definitions should be tested, which would become this URL:

https://github.com/trustoverip/ctwg-main-glossary/tree/main/spec/terms-definitions

Note this part: /tree/main/

@kordwarshuis kordwarshuis added the bug Something isn't working label Feb 17, 2025
@kordwarshuis kordwarshuis self-assigned this Feb 17, 2025
@kordwarshuis
Copy link
Author

Also "gh_page" should be tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant