Metadata-Version: 2.1
Name: dark-phoenix
Version: 0.0.3
Summary: A test runner wrapping python unittest
Home-page: https://gitlab.com/test_framework/dark-phoenix.git
Author: atv
Author-email: andrevettickal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

#Prerequisites
```console
pip install html-testRunner
```
#Links
To read  more about html runner follow the link below

https://github.com/oldani/HtmlTestRunner

To read more about python unit test follow link below
https://docs.python.org/3/library/unittest.html

#How to install
To install using pip
```console
python3 -m pip install dark-phoenix
```
To install a specific version
```console
python3 -m pip install dark-phoenix==x.x.x
 ```
#How to Run
To use the runner use the following command 
```console
python3 -m dprunner --testfolder ./tests/
```

