]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- support "fails_if" requirements as __requires__; so far this just skips, doesn't
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Nov 2012 19:30:18 +0000 (14:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Nov 2012 19:30:18 +0000 (14:30 -0500)
commit12df8a9901256c9de7f5917296ddcb703445a52b
tree6598af889dab479e0514461377e811b3d8d777a9
parent9dd08c2eca8ed250e3a36dcb6a9aa20693d324be
- support "fails_if" requirements as __requires__; so far this just skips, doesn't
actually run the test
- add requirements for date/datetime/time capabilities
- remove test/sql/test_types->DateTest and create new tests in suite/test_types
- move the StringTest with the "no length create" test to the suite, though this is a
weird test
lib/sqlalchemy/testing/plugin/noseplugin.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_types.py
test/requirements.py
test/sql/test_types.py