Tags: VirtusLab/git-machete
Tags
Bump the deps group across 2 directories with 3 updates (#1601) Bumps the deps group with 1 update in the /ci/tox/build-context directory: [tox](https://github.com/tox-dev/tox). Bumps the deps group with 2 updates in the /requirements directory: [typos](https://github.com/crate-ci/typos) and [isort](https://github.com/PyCQA/isort). Updates `tox` from 4.44.0 to 4.47.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.44.0...4.47.0) Updates `typos` from 1.43.5 to 1.44.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.43.5...v1.44.0) Updates `isort` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@8.0.0...8.0.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add OS-specific tests for normalize_path_for_display() - Add general test verifying absolute paths with forward slashes - Add Windows-specific test for backslash to forward slash conversion - Add macOS-specific test for /private prefix symlink resolution - Add Unix-specific test for absolute paths starting with / - Use pytest.mark.skipif to run tests only on appropriate platforms
PreviousNext