pyconca / 2013-web

a Django project for conference websites
https://2013.pycon.ca/
BSD 3-Clause "New" or "Revised" License
6 stars 9 forks source link

Creating tests and integrate CI? #8

Open kayzhu opened 11 years ago

kayzhu commented 11 years ago

Just wondering if it's a good idea to write tests for this Symposion -- it has 0% test coverage if I am not missing the something obvious. It does seem like a pretty big project to write tests for though. It seemingly passed the real life tests of being used for several conferences over the years without many hiccups..

eloraburns commented 11 years ago

I was wondering about writing some tests, at least for the parts that we write and change.

We might get more bang for our buck with some selenium tests just to make sure that the major application flows work, though unit tests might be easier to feed back upstream.

taa /eof/

On 2013-04-10, at 5:34 AM, Kay Zhu notifications@github.com wrote:

Just wondering if it's a good idea to write tests for this Symposion -- it has 0% test coverage if I am not missing the something obvious. It does seem like a pretty big project to write tests for though. It seemingly passed the real life tests of being used for several conferences over the years without many hiccups..

— Reply to this email directly or view it on GitHub.