]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- cx_oracle test for "unicode returns" needs to be cx_oracle only,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Mar 2014 16:57:54 +0000 (11:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Mar 2014 16:57:54 +0000 (11:57 -0500)
commita4e84a154c51192c210cfe01088d0bf9da2eceda
tree011dbd5a0e54a376ffba5b1fe03eb993dad289e9
parent4175ca20508b0141c56560f4eae029c664213b79
- cx_oracle test for "unicode returns" needs to be cx_oracle only,
and also will fail on py3k.
- enhance exclusions so that a requirement attribute can be passed
to fails_if/skip_if.
- fix coverage docs to mention pytest.
README.unittests.rst
lib/sqlalchemy/testing/exclusions.py
lib/sqlalchemy/testing/plugin/plugin_base.py
test/dialect/test_oracle.py