Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: David Palao Newsgroups: comp.lang.python Subject: Re: Python Unit test Date: Tue, 26 Jan 2016 14:48:27 +0100 Lines: 15 Message-ID: References: <658abeb0-d14e-4e0a-a3fe-f128a198840c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 2uTV44VNiUUUJnl05gjjRAEQFlR6yBRqIkWK1mEWmqyQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.05; 'subject:test': 0.07; 'unittest': 0.07; 'cc:addr:python-list': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'true:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'example': 0.26; 'message- id:@mail.gmail.com': 0.27; 'network.': 0.27; 'there.': 0.30; 'url:mailman': 0.30; 'code': 0.30; 'screen': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'protocol': 0.35; 'quite': 0.35; 'something': 0.35; 'but': 0.36; 'project': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'monitor': 0.38; 'received:209': 0.38; 'url:mail': 0.40; 'still': 0.40; 'some': 0.40; 'yes': 0.62; 'more': 0.63; 'information': 0.63; 'else.': 0.66; 'touch': 0.66; 'controllable': 0.84; 'have.': 0.93 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:to :cc:content-type; bh=MTahuZBT1x+ZWNWa17/NroQb0lImid0NMJl2olICXDY=; b=M9A4Ly4O7obtCo8yKuLOx1hWFkfIOntl8glE9+ta0JiGYHlcl+4TL/4BahCTUBiw3x dq4O4P6wHndWEu7oiOnJREejdoL48xFhw9HKClGCxel+I/dzODn3rtrYMINcN8XoDQ3w lUZ2XzhRrhfR2AfiNxo1pH8+Vmlw4HI442AlUyWC3BL2OAy5QqKaVlaffCu1kscH0Jh7 FiQIfeVYotJOsvFDxe26eO0W41KUbUdB3R5+WAFY6WgCfKv9CV0z3fxHBqmkR8TdazN2 oo8WlqawGsjJ4E3lnFIYaee13uIAQDrQ+ZVOAUQDY6Hb1pJ5WbuhM8iMsv8PeGBmiDDd 5/mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MTahuZBT1x+ZWNWa17/NroQb0lImid0NMJl2olICXDY=; b=f57zAWJzTllsZAm1NyTi7fbG7+JR+aA0D3P/CalY751XX7G87J4Lr6VdfV08IeDrjh oZkmd+fmy2MAnB+ENX3JY500ouF4B1ReZnoquJP8SqFjjGf0gGLhjtnimCSR2E4N4D0a 54dT/6o640drK+bRdq5qnPXcPgGhZyodsiHal1DWwT9+wwCD0+0IDowNJPdeRXbIFQ4Z V6DtPvvU45oOqqRYtiiuPIqPXk88Vdm0e1SMUAGXHaEgW1h1OiskcYsYAlMzVkg25YNd OMckWjg1Hi4ORHkWnhyggRs0USLebQnalmhYcR9tcAWhCUgADS0LQcUQ0wQTko/E47nL Yztw== X-Gm-Message-State: AG10YOSzNUV4FagoU7YCn+9+TydTZWP/0GAm9BhSsaqVzzPfaUncRm7f1NFxSdb+EyhQCf1K/6+jSoy6fLBUHg== X-Received: by 10.140.29.74 with SMTP id a68mr28285034qga.24.1453816107459; Tue, 26 Jan 2016 05:48:27 -0800 (PST) In-Reply-To: <658abeb0-d14e-4e0a-a3fe-f128a198840c@googlegroups.com> 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: , Xref: csiph.com comp.lang.python:102113 Well, there is a very specific example in there. But you still don't give us much information about *concrete* troubles you have. I *guess* that one of the following is true: 1) You have problems to understand some part of the example in the unittest module documentation. 2) You don't know how to apply those ideas to some specific code you have. 3) something else. Could you please be more specific? Best 2016-01-26 13:26 GMT+01:00 : > Yes I have studied the page but it's quite vague to me. So we have this project - Development of a touch screen controllable IEC61850 standard protocol analyzer. With this analyzer user can monitor and analyze network traffic in substation network. > -- > https://mail.python.org/mailman/listinfo/python-list