Metadata-Version: 1.1
Name: utl
Version: 1.0.0
Summary: A simple tool that shows available tests without executing
    them.
Home-page: UNKNOWN
Author: xliiv
Author-email: tymoteusz.jankowski@gmail.com
License: UNKNOWN
Description: utl
        ===
        
        This is a simply one-function utility. The purpose is to print available tests without executing them.
        It should be used with standard `*python's unit tests* <https://docs.python.org/3.4/library/unittest.html>`_.
        
        **utl** stands for **u**-nit **t**-est **l**-ister.
        
        .. image:: https://pypip.in/version/utl/badge.svg
            :target: https://pypi.python.org/pypi/utl
            :alt: Latest PyPI version
        
        Usage
        -----
        
        You can see it in action on `this asciicast <https://asciinema.org/a/11852>`_.
        
        
        Note:
        ^^^^^
        
        If you run *UTL* with Django project, pass *env. var.* like this:
        
            $ DJANGO_SETTINGS_MODULE=mysite.settings; utl <dir-to-scan-for-tests>
        
        see details `Django doc <https://docs.djangoproject.com/en/dev/topics/settings/#designating-the-settings>`_.
        
        
        Installation
        ------------
        
        As other python packages::
        
             pip install utl
        
        Links:
        ------
        
        * source on `Bitbucket <https://bitbucket.org/xliiv/utl>`_
        
        
        Licence
        -------
        
        The MIT License (MIT)
        
        Copyright (c) <year> <copyright holders>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        Authors
        -------
        
        `utl` was written by `xliiv <tymoteusz.jankowski@gmail.com>`_.
        
        Future features
        ---------------
        - process and pass all possible `unittest.discovery <https://docs.python.org/3.4/library/unittest.html#test-discovery>`_ params
        - 'entry point' could be in package notation, eg.:
            foo.bar.baz
        - show some sort of statistics
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Testing
