.gitignore
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
docs/__init__.py
pytestFlexReport/__init__.py
pytestFlexReport/plugin.py
pytestFlexReport/pytest_flexreport.py
pytestFlexReport/templates/__init__.py
pytestFlexReport/templates/template1.html
pytestFlexReport/templates/template2.html
pytestFlexReport/templates/template3.html
pytestFlexReport/templates/static/__init__.py
pytestFlexReport/templates/static/bootstrap.min.css
pytestFlexReport/templates/static/echarts.min.js
pytestFlexReport/templates/static/jquery.slim.min.js
pytest_flexreport.egg-info/PKG-INFO
pytest_flexreport.egg-info/SOURCES.txt
pytest_flexreport.egg-info/dependency_links.txt
pytest_flexreport.egg-info/entry_points.txt
pytest_flexreport.egg-info/requires.txt
pytest_flexreport.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/run.py
tests/test_demo1.py
tests/test_demo2.py
tests/test_demo3.py