<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/testlib/testing.py, branch pr_github_383</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- unit tests have been migrated from unittest to nose.</title>
<updated>2009-06-10T21:18:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-06-10T21:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=45cec095b4904ba71425d2fe18c143982dd08f43'/>
<id>45cec095b4904ba71425d2fe18c143982dd08f43</id>
<content type='text'>
See README.unittests for information on how to run
the tests.  [ticket:970]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See README.unittests for information on how to run
the tests.  [ticket:970]
</pre>
</div>
</content>
</entry>
<entry>
<title>- removed test.testing.ORMTest, test.fixtures, and all</title>
<updated>2009-06-02T21:42:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-06-02T21:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=31b95e6cdce83e14cd1c462c2b7d16a0f8652d19'/>
<id>31b95e6cdce83e14cd1c462c2b7d16a0f8652d19</id>
<content type='text'>
dependencies on those.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dependencies on those.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pulled callable into testlib because path fixup is not available at the point we need it.</title>
<updated>2008-12-21T00:47:04+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-21T00:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=12307ecbcfec6cabcc0433618c2f34a88c5fc95c'/>
<id>12307ecbcfec6cabcc0433618c2f34a88c5fc95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge the test/ directory from -r5438:5439 of py3k_warnings branch.  this gives</title>
<updated>2008-12-18T18:11:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-18T18:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d76dc73f33b6607b3805dc0efa29a98057afdb55'/>
<id>d76dc73f33b6607b3805dc0efa29a98057afdb55</id>
<content type='text'>
us a 2.5-frozen copy of unittest so we're insulated from unittest changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
us a 2.5-frozen copy of unittest so we're insulated from unittest changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>merged -r5299:5438 of py3k warnings branch.  this fixes some sqlite py2.6 testing issues,</title>
<updated>2008-12-18T17:57:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-18T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=be5d3263436b81fb179c8189f1064d477d5fb3e6'/>
<id>be5d3263436b81fb179c8189f1064d477d5fb3e6</id>
<content type='text'>
and also addresses a significant chunk of py3k deprecations.  It's mainly
expicit __hash__ methods.  Additionally, most usage of sets/dicts to store columns uses
util-based placeholder names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and also addresses a significant chunk of py3k deprecations.  It's mainly
expicit __hash__ methods.  Additionally, most usage of sets/dicts to store columns uses
util-based placeholder names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified fails_on testing decorator to take a reason for the failure.</title>
<updated>2008-12-12T03:41:05+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-12T03:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1d90146210b0919294a99468a916d4084fc14c7d'/>
<id>1d90146210b0919294a99468a916d4084fc14c7d</id>
<content type='text'>
This should assist with helping to document the reasons for testing failures.
Currently unspecified failures are defaulted to 'FIXME: unknown'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should assist with helping to document the reasons for testing failures.
Currently unspecified failures are defaulted to 'FIXME: unknown'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented experimental savepoint support in mssql. There are still some failing savepoint related tests.</title>
<updated>2008-12-11T19:24:22+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-11T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=052d7f36433a0c29ab20d0ea37933c03a488e12d'/>
<id>052d7f36433a0c29ab20d0ea37933c03a488e12d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix circular import</title>
<updated>2008-12-11T18:43:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-11T18:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5b0c456abd7756fa50700b7332f2cbe1d5aef620'/>
<id>5b0c456abd7756fa50700b7332f2cbe1d5aef620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- PickleType now favors == comparison by default,</title>
<updated>2008-12-11T17:27:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-11T17:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f527d3b9afc212f33bf75084fae5664513ca4184'/>
<id>f527d3b9afc212f33bf75084fae5664513ca4184</id>
<content type='text'>
if the incoming object (such as a dict) implements
__eq__().  If the object does not implement
__eq__() and mutable=True, a deprecation warning
is raised.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if the incoming object (such as a dict) implements
__eq__().  If the object does not implement
__eq__() and mutable=True, a deprecation warning
is raised.
</pre>
</div>
</content>
</entry>
<entry>
<title>- reworked the "SQL assertion" code to something more flexible and based off of ConnectionProxy.  upcoming changes to dependency.py</title>
<updated>2008-12-10T02:16:52+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-10T02:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a2f90fd0038ab6586022762467ed95a84e62e224'/>
<id>a2f90fd0038ab6586022762467ed95a84e62e224</id>
<content type='text'>
will make use of the enhanced flexibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will make use of the enhanced flexibility.
</pre>
</div>
</content>
</entry>
</feed>
