Metadata-Version: 1.1
Name: pytest-gc
Version: 0.0.1
Summary: The garbage collector plugin for py.test
Home-page: https://github.com/vtitor/pytest-gc
Author: Victor Titor
Author-email: vtitor.edumix@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: =========
        pytest-gc
        =========
        
        .. image:: https://travis-ci.org/vtitor/pytest-gc.svg?branch=master
            :target: https://travis-ci.org/vtitor/pytest-gc
        
        The garbage collector plugin for py.test.
        
        Installation
        ------------
        Install the plugin with::
        
            $ pip install pytest-gc
        
        Usage
        -----
        
        There are a few options to use this plugin:
        
        - Disable automatic garbage collection when running tests with ``gc-disable``.
        - Set the garbage collection thresholds using ``gc-threshold`` option.
        - Also, set the scope for the plugin's fixtures with ``gc-scope``, default ``function``.
        
        So, for example, if you wanna change the gc thresholds for test run, just type::
        
            $ pytest --gc-threshold 5 7 8 --gc-scope session
        
        Notes
        -----
        
        The repository of this plugin is at https://github.com/vtitor/pytest-gc.
        
        For more info on py.test see http://pytest.org.
        
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
