|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/nose/ |
Upload File : |
�
�fPc @ s� d Z d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z m Z m
Z
m Z e j e
� Z d d d g Z e j j Z e j j Z e j j Z e j j Z e j j Z e j j Z d e f d � � YZ e Z d e f d � � YZ d S(
s�
Test Selection
--------------
Test selection is handled by a Selector. The test loader calls the
appropriate selector method for each object it encounters that it
thinks may be a test.
i����N( t Config( t split_test_namet srct getfilenamet
getpackaget ispackaget Selectort defaultSelectort TestAddressc B s_ e Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z
d � Z RS(
s� Core test selector. Examines test candidates and determines whether,
given the specified configuration, the test candidate should be selected
as a test.
c C s) | d k r t � } n | j | � d S( N( t NoneR t configure( t selft config( ( s>