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

feat: add --project flag to ape test command #2403

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Dec 9, 2024

What I did

fixes: #2314

How I did it

  1. Add option
  2. Add cd flag to option so tell it to change directories
  3. Add chdir() function to LocalProject which invalidated the cached local project and replaces it with a new one at the new path
  4. for ape test, set cd=True

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey force-pushed the feat/project-flag-test branch from b04807d to faeac7f Compare December 9, 2024 20:46
@antazoey antazoey merged commit ed45b19 into ApeWorX:main Dec 9, 2024
18 checks passed
@antazoey antazoey deleted the feat/project-flag-test branch December 9, 2024 21:57
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.

Add --project flag to ape test
2 participants