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

Daniel/add readme testing info #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

daniel-cohere
Copy link

@daniel-cohere daniel-cohere commented Oct 7, 2024

This pull request adds a new section to the README.md file, providing instructions for running tests locally. The section includes the necessary steps to set up the testing environment and execute the tests.

Changes:

  • Added a new section titled "Running tests locally".
  • Included installation commands for testing dependencies: pip install pytest pytest-asyncio pytest-mock requests-mock.
  • Added instructions to install the project locally: pip install -e ..
  • Provided the command to run the tests: pytest -sv tests/test_compass_client.py.

@daniel-cohere daniel-cohere requested a review from a team as a code owner October 7, 2024 17:27
Copy link
Contributor

@benrules3 benrules3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating!

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