summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
...
* apply reorder-python-importsRonny Pfannschmidt2021-08-0712-37/+56
* Adding search_parent_directories to recursively search parent directory for g...Tom de Geus2021-08-071-0/+13
* Merge pull request #532 from paugier/hg-gitRonny Pfannschmidt2021-07-132-0/+101
|\
| * Merge main branch into hg-git branchpaugier2021-07-065-9/+141
| |\
| * | Better testing hg-gitpaugier2021-03-252-1/+16
| * | hg-git: test like git + fixespaugier2021-03-232-0/+86
* | | Use os.mkdir rather than subprocess.PopenDominic Davis-Foster2021-07-111-2/+2
* | | LintDominic Davis-Foster2021-07-111-2/+1
* | | Use UTF-8 encoding when reading pyproject.tomlDominic Davis-Foster2021-07-112-5/+25
| |/ |/|
* | [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
* | Flake8Sylvain MARIE2021-06-181-2/+3
* | Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...Sylvain MARIE2021-06-182-19/+29
* | Merge branch 'main' of https://github.com/pypa/setuptools_scm into feature/cu...Sylvain MARIE2021-06-189-51/+178
|\ \
| * | Accept branches start with 'v' as being a release branch.Elliott Sales de Andrade2021-06-011-0/+5
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-261-1/+1
| * | Merge pull request #544 from RonnyPfannschmidt/error-on-dead-pythonRonny Pfannschmidt2021-04-231-0/+14
| |\ \
| | * | enhance docs and old python erroringRonny Pfannschmidt2021-04-221-0/+14
| | |/
| * | Fix #557Kevin Kirsche2021-04-141-0/+12
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-121-1/+1
| |/
| * drop node_date on old gitRonny Pfannschmidt2021-03-171-1/+10
| * Merge pull request #533 from henryiii/patch-1Ronny Pfannschmidt2021-03-166-20/+5
| |\
| | * fix: drop more Python 2 manuallyHenry Schreiner2021-03-163-13/+0
| | * style: run pre-commitHenry Schreiner2021-03-164-7/+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-123-28/+32
| |\ \ | | |/
| | * introduce internal support for walking multiple version schemes, needs refine...Ronny Pfannschmidt2021-03-122-1/+11
| | * add node_date for gitRonny Pfannschmidt2021-03-121-2/+19
| | * drop support for old python/setuptoolsRonny Pfannschmidt2021-03-072-26/+3
| * | 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
| * | Added schema to version and set in the cfg. Moving tests to test_version fileIker Reyes2021-03-101-97/+0
| * | Testing for the calver by date schemeIker Reyes2021-03-101-0/+97
| |/
* | First step towards #524Sylvain MARIE2021-06-172-0/+30
|/
* pytest 6.2.0 supportRonny Pfannschmidt2020-12-131-1/+1
* fix #507 - use dist.metadata.name and add pyproject support for dist_nameRonny Pfannschmidt2020-12-131-3/+14
* fix #337: if relative_to is given as folder instead of file consider it directlyRonny Pfannschmidt2020-12-111-4/+8
* add test and changelog for #356Ronny Pfannschmidt2020-12-111-0/+2