
    ؄_                         d 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<    ed	          ej        d
<   dS  edez            )a  
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.

NOTE:  copied/adapted from SQLAlchemy master for backwards compatibility;
this should be removable when Alembic targets SQLAlchemy 1.0.0.

    Nbootstrap_fileto_bootstrapc                 B   t           j                            t           j                            t                    d| z            }t
          j        dk    r/ddlm} |	                    | |          
                                }ndd l}|                    | |          }|S )Nz%s.py)   r   r   )	machinery)ospathjoindirnamer   sysversion_info	importlibr   SourceFileLoaderload_moduleimpload_source)namer	   r   modr   s        h/var/www/book.euthymeo.com/html/venv/lib/python3.11/site-packages/sqlalchemy/testing/plugin/bootstrap.pyload_file_as_moduler      s    7<<774HHD
6!!''''''((t44@@BB


oodD))J    pytestplugin_basesqla_plugin_basepytestpluginsqla_pytestpluginzunknown bootstrap: %s)	__doc__r   r   localsr   r   r   modules	Exception r   r   <module>r"      s    & 
			 



 *+vxx'
 
 
 8&9&9-&H&HCK"#':':>'J'JCK#$$$
)+l:
;
;;r   