diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-08-30 14:33:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-08-30 14:33:08 +0000 |
| commit | 406034d41a764f6fe24374d40c95e79d295f6e80 (patch) | |
| tree | fbab3150fdcbfb555dc9df0354630fade9cc61a5 /lib/sqlalchemy/testing/__init__.py | |
| parent | 34dfd7eb88f42e259d3049dbbc823a97b11cb555 (diff) | |
| parent | 672087176eaf3d0e867c6b5c67bfea3c713be42e (diff) | |
| download | sqlalchemy-406034d41a764f6fe24374d40c95e79d295f6e80.tar.gz | |
Merge "internal test framework files for standardization of is_not/not_in;"
Diffstat (limited to 'lib/sqlalchemy/testing/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/testing/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/__init__.py b/lib/sqlalchemy/testing/__init__.py index 45cc7ea2a..c46a3fa89 100644 --- a/lib/sqlalchemy/testing/__init__.py +++ b/lib/sqlalchemy/testing/__init__.py @@ -29,10 +29,12 @@ from .assertions import in_ # noqa from .assertions import is_ # noqa from .assertions import is_false # noqa from .assertions import is_instance_of # noqa +from .assertions import is_not # noqa from .assertions import is_not_ # noqa from .assertions import is_true # noqa from .assertions import le_ # noqa from .assertions import ne_ # noqa +from .assertions import not_in # noqa from .assertions import not_in_ # noqa from .assertions import startswith_ # noqa from .assertions import uses_deprecated # noqa |
