diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 10268ddc..4b04786b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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) diff --git a/tests/test_logging.py b/tests/test_logging.py index ce3ac25a..388dcc10 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -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))