8000 Fix unit tests to use new CLI command names by ddkang1 · Pull Request #27 · ddkang1/smart-agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix unit tests to use new CLI command names #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Conversation

ddkang1
Copy link
Owner
@ddkang1 ddkang1 commented Apr 2, 2025

This PR fixes the unit tests to use the new CLI command names that were introduced in the previous PR.

Key changes:

  1. Updated test_cli.py:

    • Changed imports from , , to , ,
    • Updated test function docstrings to reflect the new command names
    • Fixed the callback function calls to use the new function names
  2. Updated test_smart_agent_e2e.py:

    • Changed imports from , to ,
    • Updated references in the test code to use the new function names
  3. Fixed restart function in cli.py:

    • Updated the restart function to call and instead of and

These changes ensure that all tests pass with the new CLI command naming convention, maintaining consistency throughout the codebase.

@ddkang1 ddkang1 merged commit a52a48f into main Apr 2, 2025
2 checks passed
@ddkang1 ddkang1 deleted the fix-unit-tests branch April 2, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0