mirror of
https://github.com/Textualize/rich.git
synced 2025-07-07 12:54:59 +00:00
Merge pull request #3747 from alexzheng111/remove-make-log
Remove make log
This commit is contained in:
commit
65bb66dfdc
2 changed files with 1 additions and 6 deletions
|
@ -93,3 +93,4 @@ The following people have contributed to the development of Rich:
|
|||
- [chthollyphile](https://github.com/chthollyphile)
|
||||
- [Jonathan Helmus](https://github.com/jjhelmus)
|
||||
- [Brandon Capener](https://github.com/bcapener)
|
||||
- [Alex Zheng](https://github.com/alexzheng111)
|
||||
|
|
|
@ -160,9 +160,3 @@ def test_markup_and_highlight():
|
|||
render_plain = handler.console.file.getvalue()
|
||||
assert "FORMATTER" in render_plain
|
||||
assert log_message in render_plain
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
render = make_log()
|
||||
print(render)
|
||||
print(repr(render))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue