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 unit tests and CI workflow using GitHub Actions #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vishwamartur
Copy link
Contributor

Related to #9

Add unit tests and CI workflow using GitHub Actions.

  • Add GitHub Actions Workflow: Create .github/workflows/ci.yml to run tests on push and pull request.

    • Set up Python 3.12 using actions/setup-python.
    • Install dependencies using poetry.
    • Run tests using pytest.
  • Add Unit Tests: Create tests/test_integration_agent.py to test IntegrationAgent class.

    • Write unit tests for end_url_identify_agent method.
    • Write unit tests for input_variables_identifying_agent method.
    • Write unit tests for dynamic_part_identifying_agent method.
  • Update README: Add instructions for running unit tests and details about the CI workflow.

    • Add instructions for running unit tests using pytest.
    • Add details about the CI workflow using GitHub Actions.

Related to Integuru-AI#9

Add unit tests and CI workflow using GitHub Actions.

* **Add GitHub Actions Workflow**: Create `.github/workflows/ci.yml` to run tests on push and pull request.
  - Set up Python 3.12 using `actions/setup-python`.
  - Install dependencies using `poetry`.
  - Run tests using `pytest`.

* **Add Unit Tests**: Create `tests/test_integration_agent.py` to test `IntegrationAgent` class.
  - Write unit tests for `end_url_identify_agent` method.
  - Write unit tests for `input_variables_identifying_agent` method.
  - Write unit tests for `dynamic_part_identifying_agent` method.

* **Update README**: Add instructions for running unit tests and details about the CI workflow.
  - Add instructions for running unit tests using `pytest`.
  - Add details about the CI workflow using GitHub Actions.
@CLAassistant
Copy link

CLAassistant commented Nov 2, 2024

CLA assistant check
All committers have signed the CLA.

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.

2 participants