Metadata-Version: 1.2
Name: pytest-testmon
Version: 1.0.1
Summary: selects tests affected by changes files and methods
Home-page: https://testmon.org
Author: Tibor Arpas, Tomas Matlovic, Daniel Hahler, Martin Racak
Author-email: tibor.arpas@infinit.sk
License: AGPL
Description: This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language like Python and how reliable is it? Read here: `Determining affected tests <https://testmon.org/determining-affected-tests.html>`_
        
        Quickstart
        ===========
        
        ::
        
            pip install pytest-testmon
        
            # build the dependency database and save it to .testmondata
            pytest --testmon
        
            # change some of your code (with test coverage)
        
            # only run tests affected by recent changes
            pytest --testmon
        
        
        To learn more about specifying multiple project directories and troubleshooting, please head to `testmon.org <https://testmon.org>`_
        
Platform: linux
Platform: osx
Platform: win32
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
