Skip to content

Commit

Permalink
Tests: Remove docs test stub; happens in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro committed Jun 20, 2024
1 parent 26f3982 commit ecc9cdd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,3 @@ def test_examples_valid_bods(bods_validator, bods_json):
error_msgs = "; ".join(error_msgs)

assert is_valid, f"Validation error: {error_msgs}"


def test_docs():
# TODO
# check the docs build
pass

0 comments on commit ecc9cdd

Please sign in to comment.