Skip to content

Commit bad3352

Browse files
committed
remove window CR
1 parent 84d929b commit bad3352

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tests/support/mocks.bzl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""Mocks for testing."""
22

33
def _rctx(os_name = "linux", os_arch = "x86_64", environ = None, **kwargs):
4-
"""Creates a mock of repository_ctx or module_ctx.
5-
6-
Args:
7-
os_name: The OS name to mock (e.g., "linux", "Mac OS X", "windows").
8-
os_arch: The OS architecture to mock (e.g., "x86_64", "aarch64").
9-
environ: A dictionary representing the environment variables.
10-
**kwargs: Additional attributes to add to the mock struct.
11-
12-
Returns:
13-
A struct mocking repository_ctx.
4+
"""Creates a mock of repository_ctx or module_ctx.
5+
6+
Args:
7+
os_name: The OS name to mock (e.g., "linux", "Mac OS X", "windows").
8+
os_arch: The OS architecture to mock (e.g., "x86_64", "aarch64").
9+
environ: A dictionary representing the environment variables.
10+
**kwargs: Additional attributes to add to the mock struct.
11+
12+
Returns:
13+
A struct mocking repository_ctx.
1414
"""
1515
if environ == None:
1616
environ = {}

0 commit comments

Comments
 (0)