guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53019] [PATCH 3/6] gnu: python-codecov: Update to 2.1.12.


From: Maxime Devos
Subject: [bug#53019] [PATCH 3/6] gnu: python-codecov: Update to 2.1.12.
Date: Sat, 30 Jul 2022 23:02:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 01-07-2022 23:32, Giacomo Leidi via Guix-patches via wrote:
+    (arguments
+     (list
+      ;; 3 failed, 47 passed, 21 skipped, 1 warning
+      #:tests? #f))

By disabling tests when they detect problems, we defeat the point of having tests. A 'failing' test is a good test, as it detected a problem (hopefully not a false positive ...) before the buggy result is actually used for real.

It's like, say, firing a building inspector because they noticed that the building would fall over in case of some wind from an unanticipated direction, instead of making the building more sturdy, changing the building plan or not proceeding with actually building the building.

What problems did the tests detect?

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]