Skip to content

Commit

Permalink
more test placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed May 13, 2024
1 parent b6d9a0c commit 20d2045
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/private/parse_requirements/parse_requirements_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@ def _test_os_arch_requirements(_env):

_tests.append(_test_os_arch_requirements)

def _test_direct_ref_requirement(_env):
# TODO @aignas 2024-05-13:
pass

_tests.append(_test_direct_ref_requirement)

def _test_source_ref(_env):
# TODO @aignas 2024-05-13:
pass

_tests.append(_test_source_ref)

def parse_requirements_test_suite(name):
"""Create the test suite.
Expand Down

0 comments on commit 20d2045

Please sign in to comment.