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: allow --show-internal to be configured and use in framework's tests #2417

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

antazoey
Copy link
Member

What I did

I noticed the last fail on merge to main failed...
I then realized some of the stack-trace is missing.. hmm..
Coincidentally, I also noticed this in ape-safe, which also uses Ape to test itself.
Thus, I remember the cursed --show-internal flag.
How can I just configured this on? Well I could use pytest's addopts but that always messy to me and is more of a last resort.
Instead, I made it so you can configure ape this way.
Then I remember I can configure Ape right in the Ape pyproject.toml file. Rad.
This makes sense to be configured for the framework itself, since that is its point

  • All changes are completed
  • New test cases have been added

@antazoey antazoey merged commit 0f2b2f0 into ApeWorX:main Dec 17, 2024
18 checks passed
@antazoey antazoey deleted the feat/show-internal-cfg branch December 17, 2024 03:19
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