Re: [Sqlalchemy-tickets] [sqlalchemy] #2810: Single Item support for Association Proxy
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-26 16:19:09
|
#2810: Single Item support for Association Proxy
----------------------------------+------------------------------------
Reporter: jonathan | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone:
Component: cextensions | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: awaiting triage |
----------------------------------+------------------------------------
Comment (by zzzeek):
the tests here seem to make some old assumptions and also aren't handling
the "fail" case correctly (i.e. fail() inside an open try: except: will
never "fail"). so all those broken fails need to be changed to
assert_raises() at least.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2810#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|