Re: testing tutorial feedback needed! (was: Testing documentation)

2012-12-02 Thread Aymeric Augustin
Le 1 déc. 2012 à 09:19, James Pic a écrit : > - would it be useful to mention that if the app lives in a separate (ie. open > source) repo, it will need the repo to contain a test_project to run > `./manage.py test theapp` in CI systems ? Yes, it's a good practice to include required files and

Re: testing tutorial feedback needed! (was: Testing documentation)

2012-12-02 Thread Aymeric Augustin
Hi Tim, I just reviewed the online version at http://techytim.com/django/9962/intro/tutorial05.html and I found it very clear. Here are a few suggestions to make it even better. Some don't fit well in inline comments, so I wrote an email instead; I hope you don't mind. The "Why you need to cre

Re: testing tutorial feedback needed! (was: Testing documentation)

2012-12-01 Thread James Pic
It's great! I just have a few questions: - would it be useful to mention that if the app lives in a separate (ie. open source) repo, it will need the repo to contain a test_project to run `./manage.py test theapp` in CI systems ? - would it be useful to add an example .travis.yml and some info abo

testing tutorial feedback needed! (was: Testing documentation)

2012-11-30 Thread Tim Graham
Bumping this in hopes of getting a couple more reviews. Please leave comments on the ticket or pull request: https://code.djangoproject.com/ticket/9962 https://github.com/django/django/pull/548 On Tuesday, November 13, 2012 3:54:15 PM UTC-5, Tim Graham wrote: > > This looks great, thanks for your