Skip to content
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

Add tests for docs routes #452

Merged

Commits on Aug 10, 2024

  1. Add tests for docs routes

    Add tests for docs routes in `agents-api/tests/test_docs_routes.py`.
    
    * **Create Docs Tests**
      - Add test for creating user doc.
      - Add test for creating agent doc.
    * **Delete Doc Test**
      - Add test for deleting a doc.
    * **Get Doc Test**
      - Add test for getting a doc.
    * **List Docs Tests**
      - Add test for listing user docs.
      - Add test for listing agent docs.
    * **Search Docs Tests**
      - Add test for searching user docs.
      - Add test for searching agent docs.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/julep-ai/julep?shareId=XXXX-XXXX-XXXX-XXXX).
    creatorrr committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    128f074 View commit details
    Browse the repository at this point in the history
  2. feat(agents-api): Add docs tests

    Signed-off-by: Diwank Tomer <[email protected]>
    Diwank Tomer committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e0c3140 View commit details
    Browse the repository at this point in the history