MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / test_main_function

Method test_main_function

tests/test_cli.py:464–468  ·  view source on GitHub ↗

Test main function calls app.

(self)

Source from the content-addressed store, hash-verified

462 """Test the main function."""
463
464 def test_main_function(self):
465 """Test main function calls app."""
466 with patch('ultrathink_cli.cli.app') as mock_app:
467 main()
468 mock_app.assert_called_once()
469
470
471class TestEdgeCases:

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected