test-reporting 3.2.3__tar.gz → 3.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. {test_reporting-3.2.3/test_reporting.egg-info → test_reporting-3.2.4}/PKG-INFO +1 -1
  2. {test_reporting-3.2.3 → test_reporting-3.2.4}/setup.py +1 -1
  3. {test_reporting-3.2.3 → test_reporting-3.2.4/test_reporting.egg-info}/PKG-INFO +1 -1
  4. {test_reporting-3.2.3 → test_reporting-3.2.4}/LICENSE +0 -0
  5. {test_reporting-3.2.3 → test_reporting-3.2.4}/README.md +0 -0
  6. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/__init__.py +0 -0
  7. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/classifier.py +0 -0
  8. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/cli.py +0 -0
  9. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/config.py +0 -0
  10. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/plugin.py +0 -0
  11. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/publisher.py +0 -0
  12. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/storage.py +0 -0
  13. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/templates/index.html +0 -0
  14. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/templates/project.html +0 -0
  15. {test_reporting-3.2.3 → test_reporting-3.2.4}/reporting/templates/run.html +0 -0
  16. {test_reporting-3.2.3 → test_reporting-3.2.4}/setup.cfg +0 -0
  17. {test_reporting-3.2.3 → test_reporting-3.2.4}/test_reporting.egg-info/SOURCES.txt +0 -0
  18. {test_reporting-3.2.3 → test_reporting-3.2.4}/test_reporting.egg-info/dependency_links.txt +0 -0
  19. {test_reporting-3.2.3 → test_reporting-3.2.4}/test_reporting.egg-info/entry_points.txt +0 -0
  20. {test_reporting-3.2.3 → test_reporting-3.2.4}/test_reporting.egg-info/requires.txt +0 -0
  21. {test_reporting-3.2.3 → test_reporting-3.2.4}/test_reporting.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: test-reporting
3
- Version: 3.2.3
3
+ Version: 3.2.4
4
4
  Summary: Multi-project test reporting dashboard — collect results locally or push to S3
5
5
  Home-page: https://github.com/amahdy77/test-reporting.git
6
6
  Author: Ashfaqur Mahdy
@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
9
9
 
10
10
  setup(
11
11
  name='test-reporting',
12
- version='3.2.3',
12
+ version='3.2.4',
13
13
  description='Multi-project test reporting dashboard — collect results locally or push to S3',
14
14
  long_description=long_description,
15
15
  long_description_content_type="text/markdown",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: test-reporting
3
- Version: 3.2.3
3
+ Version: 3.2.4
4
4
  Summary: Multi-project test reporting dashboard — collect results locally or push to S3
5
5
  Home-page: https://github.com/amahdy77/test-reporting.git
6
6
  Author: Ashfaqur Mahdy
File without changes
File without changes
File without changes