Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'modified': 0.07; 'lawrence': 0.09; 'xml.': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:XML': 0.16; 'subject:when': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'handling': 0.26; 'header:In-Reply-To:1': 0.27; 'testing': 0.29; 'am,': 0.29; 'reporting': 0.29; 'xml': 0.29; 'see,': 0.30; 'message-id:@mail.gmail.com': 0.30; 'testing.': 0.31; 'worked': 0.33; 'problem': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'subject:?': 0.36; 'integration': 0.37; 'unit': 0.37; 'two': 0.37; 'even': 0.60; 'most': 0.60; 'simply': 0.61; 'back': 0.62; '2000': 0.65; '2015': 0.84; 'belief': 0.84; 'why?': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=OllXfO5DNjuKT7L9AhoRcg5ge0jCMluoUAPBlB08Fko=; b=r6eyHoyZs9s3H1wrqNlVkQREq3LMh9GVBYs7yZ8tWnqU3iRNOg5Brdxpc0bxAnatu0 lPZZPa4i8GhI+J3nfB9ED7FlDdlgnqnhXe6e15PVNs9JAq0aPgqELULOVYUN0xYxQOjU /lraMMKwNfWVtNRSiiwlarB/Bn2rOb4rOWFfwMGBSJEhoTqaw4s332aHTCShrsZ40S6V 0K70gBxb0h4WNyE8MpYAhhEriHR1spI2zQXnc+ujJ1qvEaWircOrIEvMoi+nQxCM+DYv Pldi15EL0z775ye4VMtSbjYaJ3dZtNU4fjPFu4EdNe5WQ24+Sa2PWWlJai1G/gF0fOby 0yiw== MIME-Version: 1.0 X-Received: by 10.50.176.137 with SMTP id ci9mr59988igc.2.1430870839629; Tue, 05 May 2015 17:07:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 May 2015 10:07:19 +1000 Subject: Re: Is it normal to cry when given XML? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430870847 news.xs4all.nl 2875 [2001:888:2000:d::a6]:37779 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3741 X-Received-Body-CRC: 4203907806 Xref: csiph.com comp.lang.python:90015 On Wed, May 6, 2015 at 9:35 AM, Mark Lawrence wrote: > When the two young lads from the consultants I was working with back in 2000 > found a bug with xml handling in the supplier's software I almost ended up > in tears. Why? They didn't bother reporting it, they simply modified all > their unit testing data to work around the problem, so when we got to > integration testing nothing worked at all. See, that's not a problem with XML. That's not even a problem with unit testing. That's a problem with the belief that the most important thing is to have your tests pass. Sigh. ChrisA