My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
This is SQLAlchemy 0.5.4p2. Four tests have been disabled in this distribution:
- profiling.compiler.CompileTest.test_insert
- profiling.compiler.CompileTest.test_select
- profiling.compiler.CompileTest.test_update
- profiling.pool.QueuePoolTest.test_second_samethread_connect

All of these tests were making assertions about how many functions were being
called. Since Unladen Swallow converted a number of opcodes to function calls,
this changes the number of expected function calls. SQLAlchemy's profile-testing
has a way of changing these values per-Python version, but CPython 2.6.1
and Unladen Swallow 2.6.1 show up as the same version. There's probably a way to
get around this by being clever, but as a wise man once said, these are not the
tests we're looking for.

Change log

r695 by collinw on Jul 6, 2009   Diff
Integrate SQLAlchemy into the test suite.
Four tests have been disabled. See
README.unladen for details.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 779 bytes, 13 lines
Powered by Google Project Hosting