[TIP] database regression testing

adam goucher adam_goucher at hotmail.com
Wed Apr 9 10:24:55 PDT 2008


That I don't know as the database here is off limits to us and at my 
previous employer we use used it as a data store with all logic in the app 
tier.

Maybe someone else on the list will.

-adam

> Hmm...Good thought.  I have never used Jython before.  I will look
> into it.  Is SQLUnit the best tool out there for doing this though?  I
> am not exactly thrilled about writing xml.
>
> Nate L.
>
> On Wed, Apr 9, 2008 at 8:56 AM, adam goucher <adam_goucher at hotmail.com> 
> wrote:
>> If you want SQLUnit but in Python, why not do both and use jython? You 
>> get
>>  your python syntax and everything that SQLUnit does.
>>
>>  -adam
>>
>>
>>
>>  > I am in the middle of developing a complex business application for a
>>  > client.  I am using an agile approach for development.  I have almost
>>  > completed Iteration 2.  My weak link now is the database.  I want to
>>  > take an agile approach to it, however my knowledge of test tools for
>>  > databases is somewhat limited.  Do we have something similar to
>>  > SQLUnit in Python?  Any recommendations?  I would prefer not to write
>>  > Java if I can avoid it... If we have something that could interface
>>  > with Unittest that would be great.
>>  >
>>  > Nate L.
>>  >
>>  > _______________________________________________
>>  > testing-in-python mailing list
>>  > testing-in-python at lists.idyll.org
>>  > http://lists.idyll.org/listinfo/testing-in-python
>>  >
>>
>>  _______________________________________________
>>  testing-in-python mailing list
>>  testing-in-python at lists.idyll.org
>>  http://lists.idyll.org/listinfo/testing-in-python
>>
> 



More information about the testing-in-python mailing list