We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d74e81 commit fa44c89Copy full SHA for fa44c89
tests/test_shell_utils.py
@@ -32,6 +32,7 @@ def test_save_api_key_to_rc_failure(self, mock_get_shell_rc_path, mock_file):
32
33
34
# unit tests
35
+@unittest.skipUnless(os.name == "posix", "Only runs on Linux-based systems")
36
class TestReadApiKeyFromShellConfig(unittest.TestCase):
37
def setUp(self):
38
"""Setup a temporary shell configuration file for testing."""
0 commit comments