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 12:55:29 +0100 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de lJu/Mg3GNCPb6s/S11dvdQZxWaa6P7MVJNSRgt3CBVsQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'assignment': 0.07; 'subject:test': 0.07; 'unittest': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'python.': 0.11; 'systems.': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'instance,': 0.18; 'student': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'help.': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.30; 'embedded': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'knowledge': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'url:library': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'thanks': 0.37; 'manual': 0.38; 'received:209': 0.38; 'url:mail': 0.40; 'where': 0.40; 'hello,': 0.40; 'some': 0.40; 'url:3': 0.60; 'provide': 0.61; 'details': 0.62; 'more': 0.63; 'examples.': 0.84 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=yDAlC3bDe12SBRpDwe5HoKVYhg/TA52+rsM7+kj6IC8=; b=XBKLt0txFZA0LcJ0drTjqGWLZkPGllG6cVZOBftj5cGX5wTxrjENJFakcwrETRFt+G rQgZ92BYObIIlOprKjjq7MpSDjJUS1nQNmQQ2rlDAgjxQ28fNScxdfXN3LGR5rk+ScQQ 1pDDGU+JZzFgKYkorubRfuo3on6RbvUrkFIDbdhZB/kvoYWDZYyb4svdpAvSrlwM7VJW VPduVP5irBLMB8A1YVbIHqBifsgx71Y6M0ok5QAFbUeJwOAeVCFc6t5AHR/7bdZKlrRP UH/vFMvYb6QG73qmMqYULgoQGVa7lYVbtkLxc9jcPGvZCnSzFi6HZAoOozw4CfPE4dNy kEXA== 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=yDAlC3bDe12SBRpDwe5HoKVYhg/TA52+rsM7+kj6IC8=; b=kjRVL1N8302aUkekLIEKY3i6grPLKl9TpSk4PYx6tdhlbJ7E8yb3jOZc2//HOtwglO jf9gOQqVm6bk4MfEEcJsKfJY4fnJXuhZrG9eMzbd2CVuhxSsEzjj0jatAhPIBOMikIKk 9vbjaklOdoMy5Xdk9ccMiGiW2t6PxzQ8+/fuKeDF+5M/2KHv/ZWOzRcNN9aIZ6e1NcjD xnBWq+5psyy1+q5uLrI6JflJyubAwm7b6KuV8GCC8CKgBsGhcuZjKbd26VQYpOTgqkEj ufGMova5VmPNjex35ie8lOe1sadyzZKGPJMfCi+BQ7w8NUmB4q/KmwJopB3S08ZbS44I j8cw== X-Gm-Message-State: AG10YOTyCTG9B1ziz4X0Ca/JF29u6HvxgoGYyEm4524MJIT57UBHAz5VswMaCQDGWtxhMQYVYQna04Aju/80+Q== X-Received: by 10.140.246.6 with SMTP id r6mr28604082qhc.47.1453809329336; Tue, 26 Jan 2016 03:55:29 -0800 (PST) In-Reply-To: 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:102110 Hello, It would be good to provide more details on what you need help for. For instance, have you read the manual https://docs.python.org/3/library/unittest.html ? It even contains a couple of examples. Best 2016-01-26 12:09 GMT+01:00 : > I'm a University student of IT with majors in Embedded Systems. I have this assignment where I have to write Unittest for a simple Python Code without having prior knowledge of Python. I really need some help. > Thanks > -- > https://mail.python.org/mailman/listinfo/python-list