$29 GRAYBYTE WORDPRESS FILE MANAGER $26

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib64/python2.7/site-packages/sqlalchemy/testing/

HOME
Current File : /lib64/python2.7/site-packages/sqlalchemy/testing//warnings.py
# testing/warnings.py
# Copyright (C) 2005-2024 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: https://www.opensource.org/licenses/mit-license.php

from __future__ import absolute_import

import warnings

from . import assertions
from .. import exc as sa_exc
from ..util.langhelpers import _warnings_warn


class SATestSuiteWarning(Warning):
    """warning for a condition detected during tests that is non-fatal

    Currently outside of SAWarning so that we can work around tools like
    Alembic doing the wrong thing with warnings.

    """


def warn_test_suite(message):
    _warnings_warn(message, category=SATestSuiteWarning)


def setup_filters():
    """Set global warning behavior for the test suite."""

    # TODO: at this point we can use the normal pytest warnings plugin,
    # if we decide the test suite can be linked to pytest only

    origin = r"^(?:test|sqlalchemy)\..*"

    warnings.filterwarnings(
        "ignore", category=sa_exc.SAPendingDeprecationWarning
    )
    warnings.filterwarnings("error", category=sa_exc.SADeprecationWarning)
    warnings.filterwarnings("error", category=sa_exc.SAWarning)

    warnings.filterwarnings("always", category=SATestSuiteWarning)

    warnings.filterwarnings(
        "error", category=DeprecationWarning, module=origin
    )
    warnings.filterwarnings(
        "ignore",
        category=DeprecationWarning,
        message=r".*The default (?:date)?(?:time)?(?:stamp)? "
        r"(adapter|converter) is deprecated",
    )

    # ignore things that are deprecated *as of* 2.0 :)
    warnings.filterwarnings(
        "ignore",
        category=sa_exc.SADeprecationWarning,
        message=r".*\(deprecated since: 2.0\)$",
    )
    warnings.filterwarnings(
        "ignore",
        category=sa_exc.SADeprecationWarning,
        message=r"^The (Sybase|firebird) dialect is deprecated and will be",
    )

    try:
        import pytest
    except ImportError:
        pass
    else:
        warnings.filterwarnings(
            "once", category=pytest.PytestDeprecationWarning, module=origin
        )


def assert_warnings(fn, warning_msgs, regex=False):
    """Assert that each of the given warnings are emitted by fn.

    Deprecated.  Please use assertions.expect_warnings().

    """

    with assertions._expect_warnings(
        sa_exc.SAWarning, warning_msgs, regex=regex
    ):
        return fn()

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
23 Sep 2024 10.41 AM
root / root
0755
plugin
--
23 Sep 2024 10.41 AM
root / root
0755
suite
--
23 Sep 2024 10.41 AM
root / root
0755
__init__.py
2.914 KB
5 Sep 2024 10.50 PM
root / root
0644
__init__.pyc
3.738 KB
23 Sep 2024 10.41 AM
root / root
0644
assertions.py
28.454 KB
5 Sep 2024 10.50 PM
root / root
0644
assertions.pyc
32.271 KB
23 Sep 2024 10.41 AM
root / root
0644
assertsql.py
14.613 KB
5 Sep 2024 10.50 PM
root / root
0644
assertsql.pyc
15.358 KB
23 Sep 2024 10.41 AM
root / root
0644
asyncio.py
3.585 KB
5 Sep 2024 10.50 PM
root / root
0644
asyncio.pyc
3.564 KB
23 Sep 2024 10.41 AM
root / root
0644
config.py
9.439 KB
5 Sep 2024 10.50 PM
root / root
0644
config.pyc
12.109 KB
23 Sep 2024 10.41 AM
root / root
0644
engines.py
13.078 KB
5 Sep 2024 10.50 PM
root / root
0644
engines.pyc
17.368 KB
23 Sep 2024 10.41 AM
root / root
0644
entities.py
3.177 KB
5 Sep 2024 10.50 PM
root / root
0644
entities.pyc
3.331 KB
23 Sep 2024 10.41 AM
root / root
0644
exclusions.py
13.001 KB
5 Sep 2024 10.50 PM
root / root
0644
exclusions.pyc
19.058 KB
23 Sep 2024 10.41 AM
root / root
0644
fixtures.py
30.199 KB
5 Sep 2024 10.50 PM
root / root
0644
fixtures.pyc
30.239 KB
23 Sep 2024 10.41 AM
root / root
0644
mock.py
0.873 KB
5 Sep 2024 10.50 PM
root / root
0644
mock.pyc
0.749 KB
23 Sep 2024 10.41 AM
root / root
0644
pickleable.py
2.818 KB
5 Sep 2024 10.50 PM
root / root
0644
pickleable.pyc
7.781 KB
23 Sep 2024 10.41 AM
root / root
0644
profiling.py
10.401 KB
5 Sep 2024 10.50 PM
root / root
0644
profiling.pyc
9.858 KB
23 Sep 2024 10.41 AM
root / root
0644
provision.py
12.029 KB
5 Sep 2024 10.50 PM
root / root
0644
provision.pyc
13.639 KB
23 Sep 2024 10.41 AM
root / root
0644
requirements.py
43.585 KB
5 Sep 2024 10.50 PM
root / root
0644
requirements.pyc
69.734 KB
23 Sep 2024 10.41 AM
root / root
0644
schema.py
6.391 KB
5 Sep 2024 10.50 PM
root / root
0644
schema.pyc
7.188 KB
23 Sep 2024 10.41 AM
root / root
0644
util.py
13.677 KB
5 Sep 2024 10.50 PM
root / root
0644
util.pyc
17.46 KB
23 Sep 2024 10.41 AM
root / root
0644
warnings.py
2.411 KB
5 Sep 2024 10.50 PM
root / root
0644
warnings.pyc
2.457 KB
23 Sep 2024 10.41 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF