wexample-wex-addon-dev-python 10.0.0__tar.gz → 10.1.0__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.
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/PKG-INFO +2 -2
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/README.md +1 -1
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/pyproject.toml +1 -1
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/python_workdir.py +12 -3
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/check/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/check/mypy.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/check/pylint.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/check/pyright.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/check.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/format/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/format/black.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/format/isort.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/code/format.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/examples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/examples/utils/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/examples/utils/some_example_type.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/examples/validate.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/commands/release/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/common/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/common/pypi_registry_gateway.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/config_value/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/config_value/python_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/const/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/const/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/const/package.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/const/python.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/const/tags.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/file/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/file/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/file/python_app_iml_file.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/helpers/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/helpers/pdm.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/middleware/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/middleware/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/middleware/each_python_file_middleware.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/py.typed +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/python_addon_manager.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/resources/docker/Dockerfile.python-profiling +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/resources/package_publish_gitlab.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/resources/readme_templates/tests.md.j2 +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/app_service.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/commands/service/install.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/commands/service/setup.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/entrypoint.sh +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.base +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/Dockerfile.develop +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/samples/docker/images/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/services/python/service.yml +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/mixin/__init__.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/mixin/with_profiling_python_workdir_mixin.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/python_package_workdir.py +0 -0
- {wexample_wex_addon_dev_python-10.0.0 → wexample_wex_addon_dev_python-10.1.0}/src/wexample_wex_addon_dev_python/workdir/python_packages_suite_workdir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-python
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.1.0
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
|
|
27
27
|
# wex_addon_dev_python
|
|
28
28
|
|
|
29
|
-
Version: 10.
|
|
29
|
+
Version: 10.1.0
|
|
30
30
|
|
|
31
31
|
Python dev addon for wex
|
|
32
32
|
|
|
@@ -306,9 +306,18 @@ class PythonWorkdir(
|
|
|
306
306
|
format = format or PYTHON_PYTEST_COV_FORMAT_JSON
|
|
307
307
|
self.shell_run_for_app(cmd=self.test_get_command(format=format))
|
|
308
308
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
# pytest-cov writes no report at all when nothing was measured
|
|
310
|
+
# (e.g. tests that never import the covered module) — a legitimate
|
|
311
|
+
# outcome it signals with a warning, not a failure.
|
|
312
|
+
json_path = self.get_path() / PYTHON_FILE_PYTEST_COVERAGE_JSON
|
|
313
|
+
if not json_path.exists():
|
|
314
|
+
self.warning(
|
|
315
|
+
"Tests passed but coverage collected no data "
|
|
316
|
+
"(covered module never imported); no report stored."
|
|
317
|
+
)
|
|
318
|
+
return
|
|
319
|
+
|
|
320
|
+
json_file = JsonFile.create_from_path(path=json_path)
|
|
312
321
|
totals = json_file.read_config().search("totals", default={}).get_dict()
|
|
313
322
|
|
|
314
323
|
from wexample_helpers_git.helpers.git import git_get_current_commit_hash
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|