Metadata-Version: 2.1
Name: rotest-progress
Version: 0.2.1
Summary: Adds a progress bar based on remote statistics where it can
Home-page: https://github.com/gregoil/rotest-progress
Author: gregoil
Author-email: gregoil@walla.co.il
License: MIT
Keywords: rotest testing system django unittest progress
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Requires-Dist: rotest
Requires-Dist: tqdm
Requires-Dist: tkscrolledframe
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'

rotest-progress
---------------

Adds a progress bar based on remote statistics where it can (meant to be used on Linux machines).

This plugin is automatically enabled after installing it with pip,
just add either 'progress' or 'full_progress' to your list of output handlers
(using --outputs or in the json config file).

full_progress
=============

Shows a tree of the tests and blocks that are about to run, each  hierarchy with a progress bar.


progress
========

Shows a single progress bar for the currently running component. Can be used with other printing output handlers.


