summaryrefslogtreecommitdiff
path: root/testing/test_version.py
Commit message (Expand)AuthorAgeFilesLines
* use non-default testSpencer Chang2023-02-241-2/+3
* add test for custom version using function pathSpencer Chang2023-02-211-0/+9
* pre-commit updatesRonny Pfannschmidt2023-02-121-2/+0
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-311-7/+0
* private configruation moduleRonny Pfannschmidt2023-01-311-1/+1
* potential breaking: Configuration as dataclassRonny Pfannschmidt2023-01-181-2/+2
* remove the legacy version parser apiRonny Pfannschmidt2023-01-181-1/+2
* scmversion: stricter typing for tagRonny Pfannschmidt2023-01-171-1/+1
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-1/+3
* complete mypy transformationRonny Pfannschmidt2022-05-291-26/+45
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-131-5/+24
* fix #593: allow calver-by-date on top of legacy versionRonny Pfannschmidt2021-08-261-1/+14
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-11/+11
* Merge branch 'main' of https://github.com/pypa/setuptools_scm into feature/cu...Sylvain MARIE2021-06-181-1/+114
|\
| * Accept branches start with 'v' as being a release branch.Elliott Sales de Andrade2021-06-011-0/+5
| * Reduced size of tests regarding calver by date testIker Reyes2021-03-151-86/+5
| * Fixed broken calver testIker Reyes2021-03-121-1/+1
| * Added usage of node_date in calver versionIker Reyes2021-03-121-33/+82
| * Merge branch 'master' into calver-by-dateIker Reyes2021-03-121-1/+11
| |\
| | * introduce internal support for walking multiple version schemes, needs refine...Ronny Pfannschmidt2021-03-121-0/+10
| | * drop support for old python/setuptoolsRonny Pfannschmidt2021-03-071-1/+1
| * | Added v and V prefix to calver testsIker Reyes2021-03-121-49/+50
| * | If release-X is given calver, use X for versionIker Reyes2021-03-121-0/+15
| * | Removed leading v/V match from calver and set future date warningIker Reyes2021-03-121-0/+34
| * | Added tests with 4 digits yearIker Reyes2021-03-111-0/+10
| * | Fix flacky testIker Reyes2021-03-111-2/+2
| * | Fix broken date formatting on windows in testsIker Reyes2021-03-111-3/+5
| * | Added working draft version for calver_by_dateIker Reyes2021-03-111-29/+45
| * | Improved guess next function for date calverIker Reyes2021-03-111-9/+13
| * | Added files missing in last commitIker Reyes2021-03-101-0/+48
| |/
* | First step towards #524Sylvain MARIE2021-06-171-0/+16
|/
* fix #213: better error on nonzero dev versionsRonny Pfannschmidt2020-12-061-0/+16
* fix #471: better error when a simplicistic version bump failsRonny Pfannschmidt2020-11-291-5/+15
* fix #479: better error on unparsable simplified semver versionRonny Pfannschmidt2020-11-291-0/+9
* Add `no-guess-dev` implementation.Pedro Algarvio2020-11-021-0/+26
* Add release-branch-semver to setup.cfgchrisjbillington2020-05-241-2/+2
* Add release-branch-semver schemechrisjbillington2020-05-111-1/+42
* Avoid overriding the default tag_regex in tests.Diego Elio Pettenò2020-03-251-1/+0
* fix unintended missing parametersRonny Pfannschmidt2018-10-271-7/+10
* pass trough config everywhereRonny Pfannschmidt2018-08-081-3/+10
* fix #286 - return a list from tags_to_versionsRonny Pfannschmidt2018-07-241-2/+9
* tag parsing configurable through tag_regexpunkadiddle2018-06-301-0/+15
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-16/+32
* add support for branch name based testing, add simplified semver supportRonny Pfannschmidt2018-04-061-0/+23