Massive unit test vs MySQL

Neil Padgen neil.padgen at mon.bbc.co.uk
Tue Sep 9 07:32:29 EDT 2003


On Monday 08 September 2003 22:28, Richard Wesley wrote:

> In article <bji5h7$bqo$1 at nntp0.reith.bbc.co.uk>,
>  Neil Padgen <neil.padgen at mon.bbc.co.uk> wrote:
> 

> I doubt it - it is generated by mysqldump.  And there is no problem
> from the command line.
> 

I use exactly the same approach to set up my unit tests, but I have a
different way to get the mysqldump data into the database:

os.system('mysql database_name < dumpfile')

-- Neil

-- 




More information about the Python-list mailing list