From e4f5aeecc206ec7cad3a5d2622a6912e550dcaac Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 16 Aug 2022 07:19:07 +0200 Subject: [PATCH] Silence the tests --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index c45d97d..740cbf9 100755 --- a/test.py +++ b/test.py @@ -136,4 +136,6 @@ class T(unittest.TestCase): if __name__ == '__main__': - unittest.main() + unittest.main( + buffer=True, + )