summaryrefslogtreecommitdiff
path: root/testing/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* move setuptools integration to private subpackageRonny Pfannschmidt2023-05-091-1/+1
* chore: bump min setuptools version to 61Ronny Pfannschmidt2023-04-271-3/+3
* breaking: unify version.distance to intRonny Pfannschmidt2023-04-031-1/+1
* bugfix - add rich extra to regression testRonny Pfannschmidt2023-03-291-1/+1
* refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-111-4/+4
* pre-commit updatesRonny Pfannschmidt2023-02-121-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-08-191-2/+2
* Force encoding when reading setup.cfg. Fixes #760.Jason R. Coombs2022-08-191-1/+0
* Add test capturing failed expectation. Ref #760.Jason R. Coombs2022-08-191-0/+19
* Use stdlib tomllib instead of tomli for Python 3.11+Hugo van Kemenade2022-07-111-2/+4
* remove integration test for setup.py error as annotations are only supported ...Ronny Pfannschmidt2022-05-291-14/+0
* fix #714 - use sys.executable instead of plain pythonRonny Pfannschmidt2022-05-291-1/+2
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-0/+2
* complete mypy transformationRonny Pfannschmidt2022-05-291-19/+28
* test_pyproject_support: Make correct PEP621 project definitionStanislav Levin2022-04-071-1/+3
* fix #668: harden the integration test for the expected extras of the distribu...Ronny Pfannschmidt2022-01-181-2/+2
* ensure write_to will not error out on invalid PRETEND_VERSIONRonny Pfannschmidt2021-09-261-1/+1
* add acceptance test for dummy pretend versionsRonny Pfannschmidt2021-09-261-0/+7
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-021-5/+5
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-291-1/+19
* fix #597: harden and expand support for figuring the distribution nameRonny Pfannschmidt2021-08-271-12/+46
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-2/+3
* Use UTF-8 encoding when reading pyproject.tomlDominic Davis-Foster2021-07-111-4/+12
* enhance docs and old python erroringRonny Pfannschmidt2021-04-221-0/+14
* fix #507 - use dist.metadata.name and add pyproject support for dist_nameRonny Pfannschmidt2020-12-131-3/+14
* [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-061-5/+1
* fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAMERonny Pfannschmidt2020-12-051-0/+21
* Fix missing git/hg handling in tests for py27Michał Górny2020-05-251-1/+1
* Skip git tests when git is unavailableMichał Górny2020-05-071-1/+5
* fix #374 - initialize configuration for toml integrationRonny Pfannschmidt2019-11-281-1/+1
* fixup! Test pyproject.toml integration using gitlayday2019-11-271-1/+1
* fixup! Test pyproject.toml integration using gitlayday2019-11-271-3/+1
* Test pyproject.toml integration using gitlayday2019-11-271-0/+24
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-1/+0
* Add integration testJason R. Coombs2019-11-241-0/+17