File: //proc/self/root/opt/alt/python27/lib/python2.7/site-packages/nose/selector.pyc
�
�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>