summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Select git tags based on presence of numbers, rather than dots.Diego Elio Pettenò2020-03-251-0/+8
* Extract version correctly from tags with a single digit.Diego Elio Pettenò2020-03-251-0/+5
* Avoid overriding the default tag_regex in tests.Diego Elio Pettenò2020-03-251-1/+0
* no-local-version scheme and improved documentationcon-f-use2020-02-071-0/+3
* Add issue number to test caseTheTripleV2020-01-251-0/+1
* fix #395: correctly transfer tag regex in the Configuration constructorfix-395-pass-in-tag-regexRonny Pfannschmidt2020-01-191-1/+7
* Merge pull request #390 from blueyed/fix-testRonny Pfannschmidt2020-01-181-1/+2
|\
| * Fix testing/test_git.py::test_git_archive_export_ignoreDaniel Hahler2020-01-101-1/+2
* | Merge pull request #377 from pypa/fix-374Ronny Pfannschmidt2020-01-181-1/+1
|\ \ | |/ |/|
| * fix #374 - initialize configuration for toml integrationRonny Pfannschmidt2019-11-281-1/+1
* | fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-132-0/+34
|/
* 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
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-256-39/+29
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-242-4/+2
* Add integration testJason R. Coombs2019-11-241-0/+17
* Restore Python 2.7 compatibilityJason R. Coombs2019-11-241-0/+2
* Fade to blackJason R. Coombs2019-11-241-2/+2
* Move section to `tool:` namespaceJason R. Coombs2019-11-231-1/+1
* Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-211-0/+7
* Merge branch 'master' into feature-git-worktree-193Ronny Pfannschmidt2019-05-264-5/+33
|\
| * Don't pass entrypoing name around anymore and allow passing fallback_root to ...Ionel Cristian Mărieș2019-05-103-4/+5
| * Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-102-1/+16
| * Allow setting a fallback version in case everything else fails.Antony Lee2019-03-031-0/+13
* | 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
* fix unintended missing parametersRonny Pfannschmidt2018-10-272-12/+19
* pass trough config everywhereRonny Pfannschmidt2018-08-082-5/+13
* validate the warning we trigger on tags with local suffixesRonny Pfannschmidt2018-08-081-1/+4
* Merge pull request #299 from RonnyPfannschmidt/fix-298Ronny Pfannschmidt2018-08-081-0/+9
|\
| * 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 #297 - correct the invocation in version_from_scmRonny Pfannschmidt2018-08-081-0/+5
|/
* fix bad selfinstall testRonny Pfannschmidt2018-07-311-1/+3
* fix #292 - support for uppercase leading v character in tag version extractio...Ronny Pfannschmidt2018-07-301-0/+2
* fix #286 - return a list from tags_to_versionsRonny Pfannschmidt2018-07-241-2/+9
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-231-0/+18
* 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
* Merge pull request #276 from punkadiddle/masterRonny Pfannschmidt2018-07-173-7/+22
|\
| * working draft using configuration instance classpunkadiddle2018-07-092-7/+7
| * tag parsing configurable through tag_regexpunkadiddle2018-06-301-0/+15
* | Add some pretned testsJonathan Piron2018-07-022-7/+12
|/
* fix #266 and add a unittest for the tag_to_versionRonny Pfannschmidt2018-05-221-1/+19
* add a test addressing #266 demonstraing its not a git issueRonny Pfannschmidt2018-05-221-0/+9
* breaking change - no longer accept plain strings from parseRonny Pfannschmidt2018-05-211-7/+3
* blackify test_setuptools_supportRonny Pfannschmidt2018-05-211-2/+2
* fix pythonpath in test_setuptools_supportRonny Pfannschmidt2018-05-201-1/+7