Metadata-Version: 1.1
Name: pytest-snapci
Version: 0.1.2
Summary: py.test plugin for Snap-CI
Home-page: https://github.com/thedrow/pytest-snapci
Author: Omer Katz
Author-email: omer.drow@gmail.com
License: UNKNOWN
Description: 
        Use Snap-CI env vars to determine which tests to run
        
        - SNAP_WORKER_TOTAL indicates total number of nodes tests are running on
        - SNAP_WORKER_INDEX indicates which node this is
        
        Will run a subset of tests based on the node index.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
