mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 01:58:24 +00:00
test fix
This commit is contained in:
parent
607397e75d
commit
589bae9636
8 changed files with 12 additions and 12 deletions
|
@ -6,10 +6,10 @@ import pytest
|
|||
from rich.console import Console
|
||||
from rich.traceback import install, Traceback
|
||||
|
||||
from render import render
|
||||
from .render import render
|
||||
|
||||
try:
|
||||
from _exception_render import expected
|
||||
from ._exception_render import expected
|
||||
except ImportError:
|
||||
expected = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue