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


Groups > comp.lang.python > #24868

Re: adding a simulation mode

References <CAF_E5JbFK4ZYsvwdVHxw-S7vLkpwskF=OCohWW2okmPi56ObOA@mail.gmail.com>
From Devin Jeanpierre <jeanpierreda@gmail.com>
Date 2012-07-04 12:08 -0400
Subject Re: adding a simulation mode
Newsgroups comp.lang.python
Message-ID <mailman.1794.1341418161.4697.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web