Skip to content

Commit

Permalink
now testing links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed May 27, 2023
1 parent 46af6c5 commit 36bc23d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_links_in_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,19 +423,19 @@ def check_links_in_file(file: str) -> None:

def test_all_links_in_readme_md() -> None:
"""Test all the links in the README.md file."""
assert True
check_links_in_file("README.md")


def test_all_links_in_contributing_md() -> None:
"""Test all the links in the CONTRIBUTING.md file."""
assert True
check_links_in_file("CONTRIBUTING.md")


def test_all_links_in_security_md() -> None:
"""Test all the links in the SECURITY.md file."""
assert True
check_links_in_file("SECURITY.md")


def test_all_links_in_license() -> None:
"""Test all the links in the LICENSE file."""
assert True
check_links_in_file("LICENSE")

0 comments on commit 36bc23d

Please sign in to comment.