RE: [Arches] Test suite in Arches

2014-03-20 Thread Van Daele, Koen
...@fargeo.com] Verzonden: woensdag 19 maart 2014 17:50 Aan: Van Daele, Koen CC: Tharindu Rusira; archesproject@googlegroups.com Onderwerp: Re: [Arches] Test suite in Arches HI Koen, No plans on python 3 support yet. That doesn't mean we wouldn't be thrilled if someone from the community took that on (hint

Re: [Arches] Test suite in Arches

2014-03-20 Thread Alexei Peters
CC: Tharindu Rusira; archesproject@googlegroups.com Onderwerp: Re: [Arches] Test suite in Arches HI Koen, No plans on python 3 support yet. That doesn't mean we wouldn't be thrilled if someone from the community took that on (hint hint...). :) As far as the unit testing stuff goes, I still

RE: [Arches] Test suite in Arches

2014-03-20 Thread Van Daele, Koen
even trying it. Cheers, Koen Van: Alexei Peters [apet...@fargeo.com] Verzonden: donderdag 20 maart 2014 17:27 Aan: Van Daele, Koen CC: Tharindu Rusira; archesproject@googlegroups.com Onderwerp: Re: [Arches] Test suite in Arches Hi Koen

Re: [Arches] Test suite in Arches

2014-03-19 Thread Alexei Peters
Daele, Koen *CC:* Tharindu Rusira; archesproject@googlegroups.com *Onderwerp:* Re: [Arches] Test suite in Arches Hi Koen, That's the one thing that I noticed about pytest-dango, is that you don't need to recreate the db for every test run. Also, I removed the ability to use python 2.6

Re: [Arches] Test suite in Arches

2014-03-18 Thread Tharindu Rusira
On Tue, Mar 18, 2014 at 11:59 AM, Alexei Peters apet...@fargeo.com wrote: Hi Tharindu, Django uses the builtin unittest module. It would be nice to use that if possible. Of course it's possible, Alexei. I think that would be a better approach to use this native unittest module. Thanks,

Re: [Arches] Test suite in Arches

2014-03-18 Thread Alexei Peters
Hi Tharindu, It looks like PyUnit is in fact the unittest module in python (from their docs, *'Unless you're stuck in the year 2000, PyUnit is in your Python standard library as module unittest.'*) I also just saw this: https://pypi.python.org/pypi/pytest-django/ One thing caught my eye when they

Re: [Arches] Test suite in Arches

2014-03-18 Thread Tharindu Rusira
On Tue, Mar 18, 2014 at 12:25 PM, Alexei Peters apet...@fargeo.com wrote: Hi Tharindu, It looks like PyUnit is in fact the unittest module in python (from their docs, *'Unless you're stuck in the year 2000, PyUnit is in your Python standard library as module unittest.'*) Yes, they are both

RE: [Arches] Test suite in Arches

2014-03-18 Thread Van Daele, Koen
Peters CC: archesproject@googlegroups.com Onderwerp: Re: [Arches] Test suite in Arches On Tue, Mar 18, 2014 at 12:25 PM, Alexei Peters apet...@fargeo.commailto:apet...@fargeo.com wrote: Hi Tharindu, It looks like PyUnit is in fact the unittest module in python (from their docs, 'Unless you're stuck

Re: [Arches] Test suite in Arches

2014-03-18 Thread Alexei Peters
: archesproject@googlegroups.com] *Namens *Tharindu Rusira *Verzonden:* dinsdag 18 maart 2014 8:46 *Aan:* Alexei Peters *CC:* archesproject@googlegroups.com *Onderwerp:* Re: [Arches] Test suite in Arches On Tue, Mar 18, 2014 at 12:25 PM, Alexei Peters apet...@fargeo.com wrote: Hi

[Arches] Test suite in Arches

2014-03-17 Thread Tharindu Rusira
Hi everyone, I would like to know the current level of code coverage in Arches. I browsed through Arches source code in bitbucket[1] but I could not find any test cases. [1] https://bitbucket.org/arches/arches Thanks, -- M.P. Tharindu Rusira Kumara Department of Computer Science and

Re: [Arches] Test suite in Arches

2014-03-17 Thread Alexei Peters
Hi Tharindu, At the moment we don't have any automated test routines. That's why we have project Integrate a build/ci server and automated unit tests into the Arches dev environment. It would be lovely to have that! Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. -

Re: [Arches] Test suite in Arches

2014-03-17 Thread Tharindu Rusira
Thanks Alexei, In my gsoc project I'm planning to write unit tests using PyUnit[1]. So I wanted to know whether PyUnit framework is fine or we have a project specific test mechanism. [1] http://pyunit.sourceforge.net Regards, On Mar 18, 2014 10:05 AM, Alexei Peters apet...@fargeo.com wrote: Hi