We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97f75 commit edefa93Copy full SHA for edefa93
tests/commands/test_switch.py
@@ -56,3 +56,8 @@ def test_switch_both(mock_commands_config):
56
mock_commands_config.assert_called_once_with()
57
assert Config().active_env_name == "e2"
58
assert Config().active_participant_id == "p2"
59
+
60
61
+def test_switch_none():
62
+ with pytest.raises(ValueError):
63
+ switch()
0 commit comments