Skip to content

Commit 7500137

Browse files
committed
Add FreeBSD to platform parameterization in test_executor.py
- Updated the platform_name parameter in test_executor.py to include "FreeBSD", expanding the test coverage for platform-specific functionality. This change enhances the robustness of the tests by ensuring compatibility with FreeBSD.
1 parent 45b29e9 commit 7500137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_executor_init_bad_tmp_path(
138138

139139
@pytest.mark.parametrize(
140140
"platform_name",
141-
["Windows", "Linux", "Darwin"],
141+
["Windows", "Linux", "Darwin", "FreeBSD"],
142142
)
143143
def test_executor_platform_template_selection(
144144
request: FixtureRequest,

0 commit comments

Comments
 (0)