SmokeCrossFit 1.0.0b6__tar.gz → 1.0.0b7__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 (51) hide show
  1. {smokecrossfit-1.0.0b6/SmokeCrossFit.egg-info → smokecrossfit-1.0.0b7}/PKG-INFO +12 -1
  2. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7/SmokeCrossFit.egg-info}/PKG-INFO +12 -1
  3. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/SmokeCrossFit.egg-info/SOURCES.txt +1 -0
  4. smokecrossfit-1.0.0b7/SmokeCrossFit.egg-info/requires.txt +11 -0
  5. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/pyproject.toml +4 -1
  6. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/sanity/test_jacoco.py +1 -1
  7. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/.github/workflows/ci.yml +0 -0
  8. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/.gitignore +0 -0
  9. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/README.md +0 -0
  10. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/SmokeCrossFit.egg-info/dependency_links.txt +0 -0
  11. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/SmokeCrossFit.egg-info/top_level.txt +0 -0
  12. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/__init__.py +0 -0
  13. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/bin/tools/jacococli.jar +0 -0
  14. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/commands/__init__.py +0 -0
  15. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/commands/command.py +0 -0
  16. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/commands/command_builder.py +0 -0
  17. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/executors/__init__.py +0 -0
  18. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/executors/executor.py +0 -0
  19. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/executors/executor_factory.py +0 -0
  20. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/executors/local_executor.py +0 -0
  21. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/models/__init__.py +0 -0
  22. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/models/command_models.py +0 -0
  23. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/models/executor_models.py +0 -0
  24. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/models/tool_models.py +0 -0
  25. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/refs/__init__.py +0 -0
  26. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/tools/__init__.py +0 -0
  27. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/tools/dotnet_coverage.py +0 -0
  28. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/tools/jacoco.py +0 -0
  29. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/tools/tool.py +0 -0
  30. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/crossfit/tools/tool_factory.py +0 -0
  31. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/requirements.txt +0 -0
  32. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/setup.cfg +0 -0
  33. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/conftest.py +0 -0
  34. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/command/f1.txt +0 -0
  35. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/dotnetcoverage/classfiles/.gitkeep +0 -0
  36. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/dotnetcoverage/s1.cobertura.xml +0 -0
  37. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/dotnetcoverage/s2.cobertura.xml +0 -0
  38. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/dotnetcoverage/sourcecode/.gitkeep +0 -0
  39. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/dotnetcoverage/sourcecode/Dummy.cs +0 -0
  40. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/jacoco/classfiles/.gitkeep +0 -0
  41. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/jacoco/f1.exec +0 -0
  42. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/jacoco/f2.exec +0 -0
  43. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/helpers/tools/jacoco/sourcecode/.gitkeep +0 -0
  44. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/sanity/test_dotnet_coverage.py +0 -0
  45. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/command_tests/test_command.py +0 -0
  46. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/command_tests/test_command_builder.py +0 -0
  47. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/executors_tests/test_executor.py +0 -0
  48. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/executors_tests/test_local_executor.py +0 -0
  49. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/tools_tests/test_dotnet_coverage.py +0 -0
  50. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/tools_tests/test_jacoco.py +0 -0
  51. {smokecrossfit-1.0.0b6 → smokecrossfit-1.0.0b7}/testing/unit-tests/tools_tests/test_tool.py +0 -0
@@ -1,9 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SmokeCrossFit
3
- Version: 1.0.0b6
3
+ Version: 1.0.0b7
4
4
  Summary: A unified interface for various code coverage tools (JaCoCo, dotnet-coverage)
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
+ Requires-Dist: annotated-types~=0.7.0
8
+ Requires-Dist: colorama~=0.4.6
9
+ Requires-Dist: pydantic~=2.11.7
10
+ Requires-Dist: pydantic_core~=2.33.2
11
+ Requires-Dist: Pygments~=2.19.2
12
+ Requires-Dist: typeguard~=4.4.4
13
+ Requires-Dist: typing-inspection~=0.4.1
14
+ Requires-Dist: typing_extensions~=4.14.1
15
+ Requires-Dist: pytest>=8.4.3
16
+ Requires-Dist: build>=1.2.0
17
+ Requires-Dist: twine>=5.0.0
7
18
 
8
19
  # CrossFit Coverage Tools
9
20
 
@@ -1,9 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SmokeCrossFit
3
- Version: 1.0.0b6
3
+ Version: 1.0.0b7
4
4
  Summary: A unified interface for various code coverage tools (JaCoCo, dotnet-coverage)
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
+ Requires-Dist: annotated-types~=0.7.0
8
+ Requires-Dist: colorama~=0.4.6
9
+ Requires-Dist: pydantic~=2.11.7
10
+ Requires-Dist: pydantic_core~=2.33.2
11
+ Requires-Dist: Pygments~=2.19.2
12
+ Requires-Dist: typeguard~=4.4.4
13
+ Requires-Dist: typing-inspection~=0.4.1
14
+ Requires-Dist: typing_extensions~=4.14.1
15
+ Requires-Dist: pytest>=8.4.3
16
+ Requires-Dist: build>=1.2.0
17
+ Requires-Dist: twine>=5.0.0
7
18
 
8
19
  # CrossFit Coverage Tools
9
20
 
@@ -6,6 +6,7 @@ requirements.txt
6
6
  SmokeCrossFit.egg-info/PKG-INFO
7
7
  SmokeCrossFit.egg-info/SOURCES.txt
8
8
  SmokeCrossFit.egg-info/dependency_links.txt
9
+ SmokeCrossFit.egg-info/requires.txt
9
10
  SmokeCrossFit.egg-info/top_level.txt
10
11
  crossfit/__init__.py
11
12
  crossfit/bin/tools/jacococli.jar
@@ -0,0 +1,11 @@
1
+ annotated-types~=0.7.0
2
+ colorama~=0.4.6
3
+ pydantic~=2.11.7
4
+ pydantic_core~=2.33.2
5
+ Pygments~=2.19.2
6
+ typeguard~=4.4.4
7
+ typing-inspection~=0.4.1
8
+ typing_extensions~=4.14.1
9
+ pytest>=8.4.3
10
+ build>=1.2.0
11
+ twine>=5.0.0
@@ -4,11 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "SmokeCrossFit"
7
- dynamic = ["version"]
7
+ dynamic = ["version", "dependencies"]
8
8
  description = "A unified interface for various code coverage tools (JaCoCo, dotnet-coverage)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
11
11
 
12
+ [tool.setuptools.dynamic]
13
+ dependencies = { file = ["requirements.txt"] }
14
+
12
15
  [tool.setuptools_scm]
13
16
 
14
17
  [tool.setuptools.packages.find]
@@ -68,7 +68,7 @@ def test_jacoco_execute_report(jacoco_tool, local_executor, coverage_files, targ
68
68
  assert result.code == expected_return_code
69
69
 
70
70
 
71
- def test_jacoco_execute_report_files_wildcard(jacoco_tool, local_executor, target_dir, sourcecode_dir, classfiles_dir):
71
+ def test_jacoco_execute_report_files_wildcard(jacoco_tool, local_executor, target_dir, sourcecode_dir, classfiles_dir, tests_dir_path):
72
72
  report_format = ReportFormat.Csv
73
73
  coverage_files = [Path(tests_dir_path / r"helpers/tools/jacoco/*.exec")]
74
74
  report_formats = [ReportFormat.Html, ReportFormat.Xml]