fastapi / typer

Typer, build great CLIs. Easy to code. Based on Python type hints.
https://typer.tiangolo.com/
MIT License
15.66k stars 666 forks source link

🔧 Enable Coverage dynamic context to see the function that called a test #934

Closed tiangolo closed 2 months ago

tiangolo commented 2 months ago

🔧 Enable Coverage dynamic context to see the function that called a test

github-actions[bot] commented 2 months ago

📝 Docs preview for commit 2898e16865528f47120dd0e70c8be20d7b0cfe31 at: https://1a41e220.typertiangolo.pages.dev

github-actions[bot] commented 2 months ago

📝 Docs preview for commit 0367c0b7d2cb96e8c26f71ab5ae858de7f7fec48 at: https://2c9b6077.typertiangolo.pages.dev

tiangolo commented 2 months ago

pytest-cov doesn't play well with dynamic_context = "test_function"