
    g                         d Z ddlZddlZddlZ e       d   Z e       d   Zd Zedk(  r? ed      ej                  d<   d	ej                  d   _
         ed
      ej                  d<   y edez        )ar  
Bootstrapper for test framework plugins.

The entire rationale for this system is to get the modules in plugin/
imported without importing all of the supporting library, so that we can
set up things for testing before coverage starts.

The rationale for all of plugin/ being *in* the supporting library in the
first place is so that the testing and plugin suite is available to other
libraries, mainly external SQLAlchemy and Alembic dialects, to make use
of the same test environment and standard suites available to
SQLAlchemy/Alembic themselves without the need to ship/install a separate
package outside of SQLAlchemy.


    Nbootstrap_fileto_bootstrapc                 f   t         j                  j                  t         j                  j                  t              d| z        }t
        j                  j                  | |      }|J |j                  J t
        j                  j                  |      }|j                  j                  |       |S )Nz%s.py)ospathjoindirnamer   	importlibutilspec_from_file_locationloadermodule_from_specexec_module)namer   specmods       c/var/www/api/v1/venv_getwork_v1/lib/python3.12/site-packages/sqlalchemy/testing/plugin/bootstrap.pyload_file_as_moduler   #   s    77<<74HD>>11$=D;;"""
..
)
)$
/CKKC J    pytestplugin_basesqla_plugin_baseTpytestpluginsqla_pytestpluginzunknown bootstrap: %s)__doc__importlib.utilr
   r   syslocalsr   r   r   modulesbootstrapped_as_sqlalchemy	Exception r   r   <module>r#      s   "  	 
 *+x' 8&9-&HCKK"#AECKK"#>':>'JCKK#$
+l:
;;r   