Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #24868 > unrolled thread

Re: adding a simulation mode

Started byDevin Jeanpierre <jeanpierreda@gmail.com>
First post2012-07-04 12:08 -0400
Last post2012-07-04 12:08 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: adding a simulation mode Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-07-04 12:08 -0400

#24868 — Re: adding a simulation mode

FromDevin Jeanpierre <jeanpierreda@gmail.com>
Date2012-07-04 12:08 -0400
SubjectRe: adding a simulation mode
Message-ID<mailman.1794.1341418161.4697.python-list@python.org>
For what it's worth, this is the reason that Allen Short wrote Exocet.

> This way, you can test your code without having to resort to sys.modules
> hackery, and you can better factor your applications by separating
> configuration and environment concerns from the rest of your code.

See:

- http://washort.twistedmatrix.com/2011/01/introducing-exocet.html
- http://washort.twistedmatrix.com/2011/03/exocet-second-look.html

-- Devin

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web