summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Simply use samefile to compare if two paths refer to the same path. Ref #174.Jason R. Coombs2017-12-251-58/+0
* 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
* test_functions: add test for get_windows_long_path_nameCosimo Lupo2017-06-201-0/+54
* acceptance test and changelog for issue #167Ronny Pfannschmidt2017-04-082-3/+10
* fix python2.6 issue with the new testRonny Pfannschmidt2017-04-081-2/+2
* add a regression test for issue #164Ronny Pfannschmidt2017-04-081-0/+10
* 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-042-6/+6
* | fix sys.executable failure on Windowsmatejcik2017-03-031-4/+4
* | use sys.executable instead of 'python' for running regression testsmatejcik2017-03-031-4/+4
|/
* fix tests for windows pathsRonny Pfannschmidt2017-02-081-6/+6
* fix #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-072-1/+28
* fix operator typo and a merge mistakeRonny Pfannschmidt2017-01-291-1/+1
* add extra comments to the travis test scriptRonny Pfannschmidt2017-01-291-0/+3
* fix the version check in the scriptRonny Pfannschmidt2017-01-291-1/+1
* fix typoRonny Pfannschmidt2017-01-291-2/+2
* fix up ci setup for self-installRonny Pfannschmidt2017-01-261-2/+2
* create a new test run script with selfinstallRonny Pfannschmidt2017-01-261-0/+14
* fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-202-1/+14
* Update test to reflect canonical syntax. Ref #126.Jason R. Coombs2016-10-261-1/+1
* Add test capturing failure. Ref #126.Jason R. Coombs2016-10-261-0/+1
* address #93 - experimental tools for interacting with git shallow clonesRonny Pfannschmidt2016-10-202-1/+33
* fix flake8 transgressionsRonny Pfannschmidt2016-10-201-1/+2
* fix #81 - fail more nice if git/hg is not availiableRonny Pfannschmidt2016-10-201-1/+7
* fix mercurial for several tags on changeset and distance only consisting of t...Petre Mierlutiu2016-10-141-0/+6
* 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-122-8/+14
* fix issue #86 - detect dirty git workdir without tagsRonny Pfannschmidt2016-10-101-0/+12
* troughly pass all versions trough parsed versionsRonny Pfannschmidt2016-10-051-1/+3
* fix issue #103 - reorder version dumpingRonny Pfannschmidt2016-10-051-1/+1
* properly write version file even if in pretend modeAntoine Beaupré2016-10-051-1/+7
* explicitly specify merge tool for hg merge testRonny Pfannschmidt2016-08-291-1/+1
* fix #89: windows path comparison bugTe-jé Rodgers2016-06-121-0/+15
* add regression test for callable use_scm_versionEsben Haabendal2016-04-061-0/+20
* fix issue #72 - handle hg pre commit merge statesv1.10.1Ronny Pfannschmidt2015-12-101-0/+10
* introduce parse_scm_fallback concept and fix parse hooksRonny Pfannschmidt2015-12-071-2/+2
* coding and documentation style cleanupsRonny Pfannschmidt2015-12-071-1/+1
* introduce scm parser overriding fixes #70 and #71Ronny Pfannschmidt2015-12-061-0/+6
* support enforcing version numbers via the envRonny Pfannschmidt2015-12-011-0/+6
* fix issue #63 by passing a match parameter to git describeRonny Pfannschmidt2015-11-291-0/+6
* finish restructuring testsRonny Pfannschmidt2015-11-293-25/+55
* remove forgotten testsRonny Pfannschmidt2015-11-281-34/+0
* extract git testsRonny Pfannschmidt2015-11-281-0/+34
* finish extracting mercurial tests into own fileRonny Pfannschmidt2015-11-283-95/+90
* simplify data from mime testRonny Pfannschmidt2015-11-281-4/+3
* move hg archival testRonny Pfannschmidt2015-11-282-25/+29
* Now that /tmp is no longer hard-coded, supply a more interesting root.Jason R. Coombs2015-11-141-2/+2