Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108828
| From | Jacob Scott <jacob.scott@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Resources/pointers for writing maintable, testable Python |
| Date | 2016-05-19 09:10 -0700 |
| Message-ID | <mailman.34.1463674225.27390.python-list@python.org> (permalink) |
| References | <CA+yM-qbQSUKy8f3K1OF0-ON0mU7UugPLVnSkxXENkFes2SYQkA@mail.gmail.com> <CA+y5TLaDATkWELXdESMMYfmhJKNLiDJjGEbTDYYSRYTZqws4GA@mail.gmail.com> <mailman.22.1463608092.27390.python-list@python.org> <ffa86da4-f7f1-4a02-9fba-0bd6ca68e074@googlegroups.com> <CA+yM-qZu6RSPNAUkS7SR1ZtAaNzxGBBy_rWtHhBYub8UtHUx3Q@mail.gmail.com> |
Indeed, I skimmed the TOC for Test-Driven Development with Python and it does look to be rather Django-centric (which makes it a bit less helpful to me). I will take a look at "Testing Python: Applying Unit Testing, TDD, BDD and Acceptance Testing"! Thanks, Jacob On Thu, May 19, 2016 at 8:33 AM, Mike Driscoll <kyosohma@gmail.com> wrote: > On Wednesday, May 18, 2016 at 4:48:28 PM UTC-5, Andrew Farrell wrote: > > Hi Jacob, > > > > You are probably looking for the book Test-Driven Development with Python > > <http://chimera.labs.oreilly.com/books/1234000000754/index.html>. > > You'll also want to look at py.test <http://pytest.org/latest/> > > > > Cheers! > > Andrew Farrell > > I was under the impression that this book is primarily aimed at > Python/Django web testing. I saw "Testing Python: Applying Unit Testing, > TDD, BDD and Acceptance Testing" is getting good reviews too though. > > Mike > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Resources/pointers for writing maintable, testable Python Andrew Farrell <armorsmith42@gmail.com> - 2016-05-18 17:23 -0400
Re: Resources/pointers for writing maintable, testable Python Mike Driscoll <kyosohma@gmail.com> - 2016-05-19 08:33 -0700
Re: Resources/pointers for writing maintable, testable Python Jacob Scott <jacob.scott@gmail.com> - 2016-05-19 09:10 -0700
Re: Resources/pointers for writing maintable, testable Python Terry Reedy <tjreedy@udel.edu> - 2016-05-19 12:23 -0400
Re: Resources/pointers for writing maintable, testable Python Mike Driscoll <kyosohma@gmail.com> - 2016-05-19 13:10 -0700
Re: Resources/pointers for writing maintable, testable Python Terry Reedy <tjreedy@udel.edu> - 2016-05-19 18:45 -0400
csiph-web