From 5e9d20dc32768e873ab84bc4ed0b489fdda40672 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 24 Nov 2021 13:10:52 +0100 Subject: =?UTF-8?q?Primer=20tests=20"=C3=A0=20la=20mypy"=20(#5173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add changelog and warning about unstable API in testutil * Add primer tests, (running pylint on external libs during tests) In order to anticipate crash/fatal messages, false positives are harder to anticipate. Follow-up will be #5359 and later on #5364 Add '__tracebackhide__ = True' so the traceback is manageable Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 046061c9b..7e7c9cc97 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ build-stamp .pytest_cache/ .mypy_cache/ .benchmarks/ +.pylint_primer_tests/ -- cgit v1.2.1