Metadata-Version: 2.1
Name: pytest-dashboard
Version: 0.0.5
Summary: 
Home-page: https://github.com/pyfemtet/pytest-dashboard
License: BSD-3-Clause
Author: kazuma.naito
Author-email: kazuma.naito@murata.com
Requires-Python: >=3.9.3,<3.13
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dash (>=2.14.2,<3.0.0)
Requires-Dist: dash-bootstrap-components (>=1.5.0,<2.0.0)
Requires-Dist: fire (>=0.6.0,<0.7.0)
Requires-Dist: plotly (>=5.18.0,<6.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Project-URL: Repository, https://github.com/pyfemtet/pytest-dashboard
Description-Content-Type: text/markdown

# pytest-dashboard

## usage
`python -m pytest`
by this command, you get `[datetime]-progress.yaml` file on working directory as realtime pytest progress report.

`python -m pytest --progress-path=[path/to/progress.yaml]`
by this command, you get `path/to/progress.yaml` file.

`python -m pytest_dashboard.tolly --progress-dir=[dir/contains/progress.yaml_files]`
by this command, you monitor -progress.yaml files
inside `dir/contains/progress.yaml_files`
and continurous update to tolly them
to `--entire-progress-path` (optional, default to `entire-progress.yaml`) file.

`python -m pytest_dashboard.launch_pytest_dashboard`
NOT IMPLEMENTED!

