]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add test to as_interface when no cls or methods 4512/head
authorToni Karppi <karppitoni@gmail.com>
Thu, 21 Feb 2019 11:51:21 +0000 (12:51 +0100)
committerToni Karppi <karppitoni@gmail.com>
Thu, 21 Feb 2019 11:51:21 +0000 (12:51 +0100)
commit156f6af95ede730d2e1a9d2c935c830cf3cfc96e
tree49c644ffdbe585418f696004add9f3a7d93b51b7
parent7a4c40ff6b9d278529735c792c3ddfda60bd4a85
Add test to as_interface when no cls or methods

The `as_interface` function requires that an argument be provided for at least one of the parameters `cls` or `methods`. There was no test that tested the case when neither of these arguments were provided.
test/base/test_utils.py