summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* typing fixupRonny Pfannschmidt2023-05-091-1/+1
* move setuptools integration to private subpackageRonny Pfannschmidt2023-05-091-1/+1
* restore logging functionalityRonny Pfannschmidt2023-04-271-0/+15
* chore: bump min setuptools version to 61Ronny Pfannschmidt2023-04-271-3/+3
* fix #838: handle incorrectly passed empty tag regex as defaultRonny Pfannschmidt2023-04-271-0/+7
* chore: remove test formatted writeRonny Pfannschmidt2023-04-101-5/+2
* chore: test cleanup - drop wd.versionRonny Pfannschmidt2023-04-105-56/+51
* fixup: hg_git tests for the wd versionRonny Pfannschmidt2023-04-051-2/+2
* refactor: introduce a own CompletedProcess subclass with parse_success methodRonny Pfannschmidt2023-04-051-3/+2
* breaking: unify version.distance to intRonny Pfannschmidt2023-04-034-28/+30
* introduce a parse_success helper to parse command outputRonny Pfannschmidt2023-03-291-1/+3
* switch command for run to avoid pytohn 3.7 windows bugRonny Pfannschmidt2023-03-291-1/+1
* make scmworkdir.path always a PathRonny Pfannschmidt2023-03-292-5/+5
* remove the utils moduleRonny Pfannschmidt2023-03-295-7/+6
* breaking: purge do/do_exRonny Pfannschmidt2023-03-294-17/+22
* bugfix - add rich extra to regression testRonny Pfannschmidt2023-03-291-1/+1
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-292-34/+24
* refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-133-10/+12
* refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-114-16/+16
* refactor: unify command running apisRonny Pfannschmidt2023-03-113-22/+21
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-1/+1
* use non-default testSpencer Chang2023-02-241-2/+3
* Merge branch 'main' into feature/custom_version_scheme_outside_setuppySpencer Chang2023-02-241-8/+0
|\
| * define own build backendRonny Pfannschmidt2023-02-241-8/+0
* | add test for custom version using function pathSpencer Chang2023-02-211-0/+9
|/
* drop testing for old setuptools versionsRonny Pfannschmidt2023-02-121-201/+0
* migrate setuptools config to pyproject.tomlRonny Pfannschmidt2023-02-121-0/+22
* pre-commit updatesRonny Pfannschmidt2023-02-128-11/+4
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-313-20/+14
* private configruation moduleRonny Pfannschmidt2023-01-315-6/+6
* introduce config overriesRonny Pfannschmidt2023-01-181-0/+23
* potential breaking: Configuration as dataclassRonny Pfannschmidt2023-01-181-2/+2
* remove the legacy version parser apiRonny Pfannschmidt2023-01-182-3/+6
* drop the deprecated version_from_scm helperRonny Pfannschmidt2023-01-181-5/+0
* scmversion: stricter typing for tagRonny Pfannschmidt2023-01-171-1/+1
* git tests: expect main as possible default branchRonny Pfannschmidt2023-01-171-1/+1
* Fix parsing .git_archival.txt for archives made from tagged commits.Darsey Litzenberger2022-10-141-0/+1
* Merge pull request #752 from abravalheri/fallback-files-commandRonny Pfannschmidt2022-08-201-0/+30
|\
| * Fix tests for windowsAnderson Bravalheri2022-07-151-1/+7
| * Add integrations and tests for fallback file findersAnderson Bravalheri2022-07-151-0/+24
* | [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
* | tests: Fix test_git_archhival_from_unfiltered assumptionsStanislav Levin2022-08-051-6/+2
|/
* Use stdlib tomllib instead of tomli for Python 3.11+Hugo van Kemenade2022-07-111-2/+4
* ignore unexported git archivalsRonny Pfannschmidt2022-07-101-0/+12
* fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-011-0/+23
* bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-281-8/+15
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-281-2/+5
* fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-261-0/+8