Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31574
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dwightdhutto@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'algorithm': 0.03; 'subject:Python': 0.05; 'received:mail-qc0-f174.google.com': 0.09; 'subject:using': 0.09; 'cc:addr:python-list': 0.10; '11:59': 0.16; 'algorithm.': 0.16; 'oct': 0.16; 'rough': 0.16; 'subject:tools': 0.16; 'subject:unittest': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'app': 0.19; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'idea': 0.24; 'testing': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'logging': 0.27; 'message- id:@mail.gmail.com': 0.27; 'actual': 0.28; 'url:mailman': 0.29; 'code': 0.31; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; 'subject: (': 0.36; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'shows': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'your': 0.60; 'wish': 0.70; 'subject:system': 0.84; 'tossing': 0.84; 'have.': 0.95 |
| 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=/uwb9Qvsi+akXx8GUsHRdSiblWFjs8+qKKP2+nzluas=; b=ZufU66tfp3fficqWV0IHyCp65/tCRDzDecDmlPZtaBq8KDb9Wnle5wrtrZBm+mus/p ziLril6D9gKzoB+BWE3DyH4p1bBJInjCbs0dqRquyDpnBFjcH8mUW8CGX2vWZiS96b+Y vqWPGryVXkNyzSJ4ZA6J6tsMZTjRMPDqfQ6DGZKKkKm56c30FWvC57dJ2yByApjfbI+o Uqz1q7VSTrO8s99hRbOrwRwDGFGoBRcX85uN8PbteH/hiyWgYpQryzcWmoHK8zN9nRkI Gq4AnT0AOdO/sycJvxh2gdO43/MBU5DUcM2lLqwV4DPq0Fp3Y+AAyjuCyAd3i7yqvrLc R74w== |
| MIME-Version | 1.0 |
| In-Reply-To | <56a5182d-b16b-4f85-bd7c-bb518488d780@v9g2000pbi.googlegroups.com> |
| References | <CAOF-KfiPdM_H+Nge_HFK6aBmoWKBkDM2HUeCk1D=df2z3+5fYA@mail.gmail.com> <7wzk3kjw2h.fsf@benfinney.id.au> <mailman.2385.1350531584.27098.python-list@python.org> <56a5182d-b16b-4f85-bd7c-bb518488d780@v9g2000pbi.googlegroups.com> |
| Date | Thu, 18 Oct 2012 00:06:35 -0400 |
| Subject | Re: Deployment tools using Python (was: unittest for system testing) |
| From | Dwight Hutto <dwightdhutto@gmail.com> |
| To | alex23 <wuwei23@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2389.1350533198.27098.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350533198 news.xs4all.nl 6944 [2001:888:2000:d::a6]:56171 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31574 |
Show key headers only | View raw
On Wed, Oct 17, 2012 at 11:59 PM, alex23 <wuwei23@gmail.com> wrote: > On Oct 18, 1:39 pm, Dwight Hutto <dwightdhu...@gmail.com> wrote: >> Logging and >> testing your own functions/classes is something that come in the >> pre-algorithm of the app you wish to deploy. > > What is a pre-algorithm? > -- > http://mail.python.org/mailman/listinfo/python-list Pseudo code that shows what the actual algorithm will have. Like a rough draft algorithm. Tossing the idea around in your mind is what I meant. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Deployment tools using Python (was: unittest for system testing) Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-17 23:39 -0400
Re: Deployment tools using Python (was: unittest for system testing) alex23 <wuwei23@gmail.com> - 2012-10-17 20:59 -0700
Re: Deployment tools using Python (was: unittest for system testing) Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:06 -0400
csiph-web