summaryrefslogtreecommitdiff
path: root/testing/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* chore: test cleanup - drop wd.versionRonny Pfannschmidt2023-04-101-17/+17
* refactor: introduce a own CompletedProcess subclass with parse_success methodRonny Pfannschmidt2023-04-051-3/+2
* breaking: unify version.distance to intRonny Pfannschmidt2023-04-031-4/+5
* introduce a parse_success helper to parse command outputRonny Pfannschmidt2023-03-291-1/+3
* make scmworkdir.path always a PathRonny Pfannschmidt2023-03-291-4/+4
* remove the utils moduleRonny Pfannschmidt2023-03-291-1/+1
* breaking: purge do/do_exRonny Pfannschmidt2023-03-291-3/+13
* refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-131-6/+8
* refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-111-9/+9
* pre-commit updatesRonny Pfannschmidt2023-02-121-1/+1
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-311-12/+12
* 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
* tests: Fix test_git_archhival_from_unfiltered assumptionsStanislav Levin2022-08-051-6/+2
* ignore unexported git archivalsRonny Pfannschmidt2022-07-101-0/+12
* fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-261-0/+8
* Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-optionRonny Pfannschmidt2022-06-261-2/+5
|\
| * fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-261-2/+5
* | fix #728: remove git arguments that triggered wrong branch namesRonny Pfannschmidt2022-06-251-0/+8
|/
* merge with mainlineRonny Pfannschmidt2022-06-211-86/+136
|\
| * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-3/+4
| * complete mypy transformationRonny Pfannschmidt2022-05-291-41/+55
| * harden test_version_from git and more type fixesRonny Pfannschmidt2022-05-291-42/+43
| * typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-291-4/+6
| * Prepare git archival style testingRonny Pfannschmidt2022-05-291-3/+35
* | Review commentsChris Burr2022-04-261-0/+1
* | Add test for git directories owned by different usersChris Burr2022-04-251-0/+38
|/
* Avoid having to quote full path to GPG batch params fileXiao Di Guan2022-02-101-6/+6
* Pick and configure an explicit `Key-Type`Xiao Di Guan2022-02-091-1/+2
* Make implicit `"help"` program argument overridable in `has_command`Xiao Di Guan2022-02-081-1/+1
* Add test case for #548Xiao Di Guan2022-02-081-0/+32
* Use timezone aware datetimeAnderson Bravalheri2022-01-171-1/+2
* temporarily mark test_git_worktree_support as xfailRonny Pfannschmidt2021-09-021-2/+4
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-5/+11
* Adding search_parent_directories to recursively search parent directory for g...Tom de Geus2021-08-071-0/+13
* Use os.mkdir rather than subprocess.PopenDominic Davis-Foster2021-07-111-2/+2
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-2/+4
* Minor tests improvementSylvain MARIE2021-06-181-1/+3
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-2/+2
* `version_cls` can now receive a string too. Added a test for setuptools/git i...Sylvain MARIE2021-06-181-0/+56
* Exposing `NonNormalizedVersion` at the root level now that it moved to the co...Sylvain MARIE2021-06-181-2/+2
* Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...Sylvain MARIE2021-06-181-7/+11
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-261-1/+1
* drop node_date on old gitRonny Pfannschmidt2021-03-171-1/+10
* fix: drop more Python 2 manuallyHenry Schreiner2021-03-161-8/+0
* style: run pre-commitHenry Schreiner2021-03-161-1/+1
* introduce internal support for walking multiple version schemes, needs refine...Ronny Pfannschmidt2021-03-121-1/+1
* add node_date for gitRonny Pfannschmidt2021-03-121-2/+19
* add test and changelog for #356Ronny Pfannschmidt2020-12-111-0/+2
* [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-061-5/+9