
    g                     2    d Z ddlZddlZddlZddlmZ d Zy)a  Test suite that runs all NLTK tests.

This module, `nltk.test.all`, is named as the NLTK ``test_suite`` in the
project's ``setup-eggs.py`` file.  Here, we create a test suite that
runs all of our doctests, and return it for processing by the setuptools
test harness.

    N)globc                  r   t         j                  j                  t              } t	        t         j                  j                  | d            }|D cg c]!  }t         j                  j                  |      # }}t        j                  |D cg c]  }t        j                  |       c}      S c c}w c c}w )Nz	*.doctest)ospathdirname__file__r   joinbasenameunittest	TestSuitedoctestDocFileSuite)dirpathsr   filesfiles        B/var/www/openai/venv/lib/python3.12/site-packages/nltk/test/all.pyadditional_testsr      s     ''//(
#Cc;/0E056RWWd#E6eLedw33D9eLMM 7Ls   &B/B4)__doc__r   os.pathr   r   r   r        r   <module>r      s       Nr   