summaryrefslogtreecommitdiff
path: root/testing/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* Skip git tests when git is unavailableMichał Górny2020-05-071-1/+8
* Generate the date for today in UTC. Fixes #427.bugfix/427-utc-mismatchJason R. Coombs2020-05-061-2/+3
* add python testsworkflowsRonny Pfannschmidt2020-05-011-14/+17
* Select git tags based on presence of numbers, rather than dots.Diego Elio Pettenò2020-03-251-0/+8
* Add issue number to test caseTheTripleV2020-01-251-0/+1
* Fix testing/test_git.py::test_git_archive_export_ignoreDaniel Hahler2020-01-101-1/+2
* fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-131-0/+11
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-251-3/+1
* Merge branch 'master' into feature-git-worktree-193Ronny Pfannschmidt2019-05-261-0/+14
|\
| * Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-101-0/+15
* | add file listing to the testRonny Pfannschmidt2019-01-161-1/+1
* | basic test for git worktreesRonny Pfannschmidt2018-11-201-0/+11
|/
* Add option git_describe_commandLuciano Bello2018-10-281-0/+15
* validate the warning we trigger on tags with local suffixesRonny Pfannschmidt2018-08-081-1/+4
* finalize error handling for git file listingRonny Pfannschmidt2018-08-081-4/+5
* turn the archive usage error into a logged exceptionRonny Pfannschmidt2018-08-081-0/+8
* fix #281 - reorder arguments to allow prior calls to workRonny Pfannschmidt2018-07-231-0/+5
* add a test for a rc version oddity i experienced in the last release, its alr...Ronny Pfannschmidt2018-07-231-1/+8
* add a test addressing #266 demonstraing its not a git issueRonny Pfannschmidt2018-05-221-0/+9
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-50/+52
* Add tests to demonstrate issue 251Stéphane Bidoul (ACSONE)2018-04-281-0/+10
* Handle windows path separators in testsStéphane Bidoul (ACSONE)2018-04-261-2/+3
* Fix existing git file finder testStéphane Bidoul (ACSONE)2018-04-251-2/+4
* add support for branch name based testing, add simplified semver supportRonny Pfannschmidt2018-04-061-1/+11
* git: ignore directory of the git archive outputMehdi Abaakouk2018-03-201-0/+9
* Respect git's export-ignore for building the sdist.Antony Lee2017-11-131-0/+12
* Add test capturing failed expectation. Ref #179.Jason R. Coombs2017-09-031-0/+6
* Merge pull request #163 from RonnyPfannschmidt/fix-150v1.15.3Ronny Pfannschmidt2017-04-071-0/+4
|\
| * strip local components off tags, fixes #150Ronny Pfannschmidt2017-04-071-0/+4
* | Use per-SCM node prefix letters instead of the general "n"Sebastian Schuberth2017-03-041-4/+4
|/
* fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-201-0/+6
* address #93 - experimental tools for interacting with git shallow clonesRonny Pfannschmidt2016-10-201-0/+32
* fix tests after ensuring distance is 0Ronny Pfannschmidt2016-10-131-1/+1
* add test for #109Ronny Pfannschmidt2016-10-131-0/+4
* fix #107 - dont use node if it is noneRonny Pfannschmidt2016-10-121-0/+6
* fix issue #86 - detect dirty git workdir without tagsRonny Pfannschmidt2016-10-101-0/+12
* fix issue #63 by passing a match parameter to git describeRonny Pfannschmidt2015-11-291-0/+6
* finish restructuring testsRonny Pfannschmidt2015-11-291-10/+14
* extract git testsRonny Pfannschmidt2015-11-281-0/+34