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 Add support for Click 8 while keeping compatibility with Click 7 (#317) 2021-08-30 09:57:12 +02:00
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 Support __main__.py, passing prog_name to callable (#120) 2020-06-23 13:29:45 +02:00
type_error_no_rich.py Add pretty error tracebacks for user errors and support for Rich (#412) 2022-07-06 13:32:19 +02:00
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 Add pretty error tracebacks for user errors and support for Rich (#412) 2022-07-06 13:32:19 +02:00