X-Received: by 10.236.129.2 with SMTP id g2mr4477849yhi.2.1406224082469; Thu, 24 Jul 2014 10:48:02 -0700 (PDT) X-Received: by 10.140.93.181 with SMTP id d50mr175787qge.0.1406224082412; Thu, 24 Jul 2014 10:48:02 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!j15no2367674qaq.0!news-out.google.com!j6ni12934qas.0!nntp.google.com!v10no2301739qac.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Thu, 24 Jul 2014 10:48:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=64.229.140.25; posting-account=SZ_svQkAAACWRFG2bDA-zgq8ILyl4-vo NNTP-Posting-Host: 64.229.140.25 References: <15d1bd3b-48f1-45d8-985c-3a5a3691805b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How can I import unnecessary_math? From: fl Injection-Date: Thu, 24 Jul 2014 17:48:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Lines: 15 Xref: csiph.com comp.lang.python:75159 On Thursday, July 24, 2014 1:37:49 PM UTC-4, Chris Angelico wrote: > On Fri, Jul 25, 2014 at 3:33 AM, fl wrote: > > Hi, > > I want to write some test code. Some on-line tutorials have such codes: > > > > > > from unnecessary_math import multiply > Which tutorials? That's where you'll find the answer to your question. > ChrisA Thanks. The source of that snippet is from this link: http://pythontesting.net/framework/nose/nose-introduction/ I do not find any idea on that module yet.