summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch to src/ layoutRonny Pfannschmidt2018-05-191-1/+1
* print the origin of modules we obtain the version ofRonny Pfannschmidt2018-05-181-1/+2
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-1311-388/+384
* Tweak test skip reasonsStéphane Bidoul (ACSONE)2018-05-111-2/+2
* Improve file finder test coverageStéphane Bidoul (ACSONE)2018-05-111-0/+30
* file finder: symlink edge casesStéphane Bidoul (ACSONE)2018-05-101-1/+38
* Fix hg file finder in presence of white space in pathsStéphane Bidoul (ACSONE)2018-04-281-0/+9
* Refactor hg and git file finders to use the same algorithmStéphane Bidoul (ACSONE)2018-04-281-10/+15
* Add tests to demonstrate issue 251Stéphane Bidoul (ACSONE)2018-04-282-0/+15
* mark setuptools integration tests as xfail until a windows user can find the ...Ronny Pfannschmidt2018-04-271-3/+8
* enhance setuptools version loading debuggingRonny Pfannschmidt2018-04-271-6/+8
* fix test_latest_tag_detection by always specifiying hg user and tagRonny Pfannschmidt2018-04-271-1/+1
* Handle windows path separators in testsStéphane Bidoul (ACSONE)2018-04-262-24/+32
* Add file name case testStéphane Bidoul (ACSONE)2018-04-261-0/+13
* Skip symlink tests on WindowsStéphane Bidoul (ACSONE)2018-04-261-0/+6
* Remove file headers to follow local styleStéphane Bidoul (ACSONE)2018-04-251-4/+0
* Fix existing git file finder testStéphane Bidoul (ACSONE)2018-04-251-2/+4
* Adapt git_file_finder tests styleStéphane Bidoul (ACSONE)2018-04-252-59/+47
* Fix pip invocation test.Stéphane Bidoul (ACSONE)2018-04-251-2/+2
* New git file finder that support symlinks.Stéphane Bidoul (ACSONE)2018-04-251-0/+127
* Merge pull request #240 from RonnyPfannschmidt/add-branch-namesRonny Pfannschmidt2018-04-104-16/+58
|\
| * resuffle version formatting, remove distance knowlege from guessing of the ne...Ronny Pfannschmidt2018-04-091-6/+6
| * add support for branch name based testing, add simplified semver supportRonny Pfannschmidt2018-04-063-10/+52
* | also skip the support tests for old setuptools on python 3.6+Ronny Pfannschmidt2018-04-071-0/+3
* | bump old setuptools version for python3 supportRonny Pfannschmidt2018-04-061-2/+2
* | breaking change, drop support for setuptools<12Ronny Pfannschmidt2018-04-061-0/+57
|/
* Improve hg logic for detecting latest commitAaron Virshup2018-03-201-0/+10
* git: ignore directory of the git archive outputMehdi Abaakouk2018-03-201-0/+9
* Fix #219Aaron Virshup2018-03-121-1/+8
* Test mercurial edge cases to lock down current behaviorAaron Virshup2018-03-121-0/+37
* Merge branch 'master' into gitarchive-exportignoreRonny Pfannschmidt2018-02-281-58/+0
|\
| * Simply use samefile to compare if two paths refer to the same path. Ref #174.Jason R. Coombs2017-12-251-58/+0
* | 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
* test_functions: test WinError() gets last error messageCosimo Lupo2017-06-201-0/+7