
    Vh                         d Z ddlmZ ddlmZ ddlmZmZ  eee       G d d             Z eee       G d d             Z	 eee       G d	 d
             Z
y)zR
I'm a test drop-in.  The plugin system's unit tests use me.  No one
else should.
    )provider)IPlugin)ITestPluginITestPlugin2c                   "    e Zd ZdZedd       Zy)
TestPluginz4
    A plugin used solely for testing purposes.
    Nc                       y N r       I/home/dcms/DCMS/lib/python3.12/site-packages/twisted/test/plugin_basic.pytest1zTestPlugin.test1       r   returnN)__name__
__module____qualname____doc__staticmethodr   r   r   r   r   r            r   r   c                   "    e Zd ZdZedd       Zy)AnotherTestPlugin:
    Another plugin used solely for testing purposes.
    Nc                       y r
   r   r   r   r   testzAnotherTestPlugin.test"   r   r   r   r   r   r   r   r   r   r   r   r   r   r      r   r   r   c                   "    e Zd ZdZedd       Zy)ThirdTestPluginr   Nc                       y r
   r   r   r   r   r   zThirdTestPlugin.test-   r   r   r   r   r   r   r   r   r   '   r   r   r   N)r   zope.interfacer   twisted.pluginr   twisted.test.test_pluginr   r   r   r   r   r   r   r   <module>r$      su   
 $ " > 
+w    
,   ! 
,   !r   