Re: running the unit tests in the schema evolution branch

2006-11-10 Thread Victor Ng
Thanks for the heads up on the symlinks. My problem was with stale pyc files created by symlinked .py files. Blech. What version of sqlite and pysqlite were you testing on? I can get SQL output from mysql and psycopg1 now, but nothing out of sqlite3. vic > > The emitted output on my machine i

Re: running the unit tests in the schema evolution branch

2006-11-10 Thread Derek Anderson
Victor Ng wrote: > The tests don't look like they're integrated with runtests.py at all. no, they're standalone. > 3) Run reset_all_to_pre (note that this doesn't have a shebang at the top) > 5) Run reset_all_to_post (note that this script also doesn't have a > shebang at the top) we're all run

Re: running the unit tests in the schema evolution branch

2006-11-08 Thread Victor Ng
Nevermind. Tests are starting to run for me, but they only work on mysql. I get failures on sqlite3 and postgresql_psycopg2. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to th

running the unit tests in the schema evolution branch

2006-11-08 Thread Victor Ng
Hi all, Has anyone had any success in running the tests in the schema evolution branch? The tests don't look like they're integrated with runtests.py at all. As far as I can tell, you have to do the following to get the test suite to run: 1) cd schema-evolution/tests/evolvedbtests 2) the INSTA