From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 27D9C469710 for ; Mon, 8 Jun 2020 18:27:08 +0300 (MSK) From: sergeyb@tarantool.org Date: Mon, 8 Jun 2020 18:25:28 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 0/2] Add option to update file with reference output List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org From: Sergey Bronnikov GH issue: https://github.com/tarantool/test-run/issues/194 GH branch: https://github.com/tarantool/test-run/tree/ligurio/gh-4654-update-ref-output Sergey Bronnikov (2): Add flake8 config file to increase line minimal length Add option to update file with reference output .flake8 | 2 ++ lib/options.py | 8 ++++++++ lib/test.py | 22 +++++++++++++++++----- 3 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 .flake8 -- 2.23.0