wolever / parameterized

Parameterized testing with any Python test framework
Other
833 stars 105 forks source link

Fetch version from git automatically. #158

Open KOLANICH opened 1 year ago

wolever commented 1 year ago

Thanks for the PR! I'm not sure I'm familiar with this functionality, what will it do?

KOLANICH commented 1 year ago

I't will call https://github.com/pypa/setuptools_scm/blob/792f61e3ab701cd851d2071885106df581343e0e/src/setuptools_scm/git.py#L36-L44 in order to get tags, then will filter tags looking like a version, then will take the latest one.