Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vincent Davis Newsgroups: comp.lang.python Subject: Re: manually build a unittest/doctest object. Date: Tue, 8 Dec 2015 07:36:41 -0700 Lines: 17 Message-ID: References: <201512081430.tB8EUdZ8032414@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de VHWO9f2L/NAkHuveQbBHswaTrtRsfX58nTry81rKzIfw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:build': 0.07; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:209.85.218': 0.10; 'doctests': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:unittest': 0.16; 'wrote:': 0.16; 'laura': 0.18; '>': 0.18; ';-)': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'saying': 0.22; 'am,': 0.23; 'seems': 0.23; 'dec': 0.23; 'this:': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'closer': 0.29; 'subject:/': 0.30; 'url:mailman': 0.30; 'work.': 0.30; 'code': 0.30; 'run': 0.33; 'source': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'tue,': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:mail': 0.40; 'more': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vincentdavis.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=MpnwTVK+KLCyJeimezVT2Pj+Ll+gQKlyoPrE62uDqwg=; b=3nrdWZoVIGi6inmFAIaxIE5tcdPsM+SMeztzbJFEQd3UR9NFIrt2l2DEW9Fyv9/8pC 94V5MBtmH8VwmW/dZVG1AvaO2C7teecr7xUlWDnXmWK+HYbCE02ZwqvC86qX17/yitLU Yy4FqIzu1XIxM5ie+XouqOYumOTqt0w7rFAxI= 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:from:date :message-id:subject:to:cc:content-type; bh=MpnwTVK+KLCyJeimezVT2Pj+Ll+gQKlyoPrE62uDqwg=; b=PKT88DdtzniCS4aettPZDP1CefLeYcFz/6XlzpqE/BDPl1zlfK7tYsmXevUuISTxSZ wSM4w7ez5HIiNW4msVSZFArvPTEex4g9/Yvvs+C12gRYxDkWxuif9pl+/+ei8pz4f/Yc 0xSNT+3LFxZ9dds/P2EuwY5Wwel+H0N7uLJyYrGUgGmWJ7YZKCQcjJhxNfpyaAcru9+9 9eyLDnPvqEzE1zmDh8H7cKo02XaevK21PMa7LkYJNKvR7/+qmVYIreYFyXynxbgfeilE otHuzBieU81HI0U7NMjk8sNwEXopinKMa17QwXzjo2A+9dG2H35QmQdNdTpftBLes+2h XBnA== X-Gm-Message-State: ALoCoQlKQyLi8O5CeEFIB1wTErBPi679Wxyiw4/xUm/danjHYTajrwzkpAs38A7Itiq4c7ZynyBWKXWrPaliWLdfh2W+5I+ltcmzgEF1GYLJsCDsRWX88II= X-Received: by 10.202.216.212 with SMTP id p203mr2490821oig.77.1449585421255; Tue, 08 Dec 2015 06:37:01 -0800 (PST) In-Reply-To: <201512081430.tB8EUdZ8032414@fido.openend.se> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:100161 On Tue, Dec 8, 2015 at 7:30 AM, Laura Creighton wrote: > >-- > >https://mail.python.org/mailman/listinfo/python-list > > Check out this: > https://pypi.python.org/pypi/pytest-ipynb > =E2=80=8BThanks Laura, I think I read the descript as saying I could run un= tittests on source code from a jupyter notebook. Reading closer this seems like it will work. Not that I mind learning more about how doctests work ;-) Vincent Davis