Skip to content

v1.0.2 - packaging fix

Choose a tag to compare

@golikovichev golikovichev released this 11 May 10:56
· 63 commits to main since this release

Packaging fix release.

The hatch build config now uses a tool.hatch.build.targets.wheel.force-include directive that places main.py at the top level of the wheel. This is the module the postman2pytest console script entry point references.

After pip install postman2pytest, postman2pytest --help and postman2pytest --collection ... --out ... work as documented.

Also folded in from v1.0.1: ASCII-safe test names for non-Latin folder names (Cyrillic, Chinese, Arabic, accented Latin) plus numeric suffix disambiguation when slugs collide. Closes #3.

Install

pip install --upgrade postman2pytest

Changelog

See CHANGELOG.md.