Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70474
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-04-21 12:03 -0700 |
| References | <267e12d3-ea01-4886-bfa7-5c7270adbe92@googlegroups.com> <mailman.9382.1398012333.18130.python-list@python.org> |
| Message-ID | <a1e24f01-2b78-4694-a591-40b37eaf1972@googlegroups.com> (permalink) |
| Subject | Re: [OT] Testing and credentials best practices? |
| From | Miki Tebeka <miki.tebeka@gmail.com> |
>> How do you deal with tests (both on dev machine and Jenkins) that need credentials (such as AWS keys)?. > I've done several of these. Another option that may work in some > contexts is to mock the test altogether; Thanks, but mocking is last resort for me, it reduces the value of testing greatly and has the burden of catching up with the mocked service.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[OT] Testing and credentials best practices? Miki Tebeka <miki.tebeka@gmail.com> - 2014-04-20 09:36 -0700
Re: [OT] Testing and credentials best practices? Chris Angelico <rosuav@gmail.com> - 2014-04-21 02:45 +1000
Re: [OT] Testing and credentials best practices? Miki Tebeka <miki.tebeka@gmail.com> - 2014-04-21 12:03 -0700
Re: [OT] Testing and credentials best practices? Roy Smith <roy@panix.com> - 2014-04-20 14:32 -0700
csiph-web