typer/tests/assets
Sebastián Ramírez c750f8206e
Refactor and document handling pretty exceptions (#422)
* ♻️ Rename pretty_errors_ to pretty_exceptions_ to avoid confusion with validation errors

*  Add source examples for pretty_exceptions

* 📝 Add docs for pretty exceptions

* 🔧 Add Exceptions docs to MkDocs

*  Add tests for tutorial about exceptions

*  Update trackeback tests, remove tests covered by tutorial

*  Fix test for module
2022-07-12 21:06:51 +02:00
..
__init__.py
compat_click7_8.py Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
completion_no_types.py Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
completion_no_types_order.py Richify, add integrations with Rich everywhere (#419) 2022-07-12 16:45:43 +00:00
prog_name.py
type_error_no_rich.py
type_error_no_rich_short_disable.py Refactor and document handling pretty exceptions (#422) 2022-07-12 21:06:51 +02:00
type_error_normal_traceback.py