summaryrefslogtreecommitdiff
path: root/testing/test_regressions.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing git/hg handling in tests for py27Michał Górny2020-05-251-1/+1
|
* Skip git tests when git is unavailableMichał Górny2020-05-071-3/+7
|
* Don't pass entrypoing name around anymore and allow passing fallback_root to ↵Ionel Cristian Mărieș2019-05-101-2/+2
| | | | get_version.
* Use a different root for fallbacks. Remove old hack that merely checked ↵Ionel Cristian Mărieș2019-05-101-1/+1
| | | | entrypoint existence (and not if results are valid). Ref #333.
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-35/+32
|
* Fix pip invocation test.Stéphane Bidoul (ACSONE)2018-04-251-2/+2
|
* 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
|
* fix sys.executable failure on Windowsmatejcik2017-03-031-4/+4
| | | | | Split arguments for `do()` manually, otherwise `shlex.split` will mangle backslashes and break Windows paths.
* use sys.executable instead of 'python' for running regression testsmatejcik2017-03-031-4/+4
|
* fix #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-071-1/+20
|
* 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
| | | | Signed-off-by: Esben Haabendal <esben@haabendal.dk>
* flake8 fixesRonny Pfannschmidt2015-09-171-3/+5
|
* restructure root finding, fixes #43 and #45Ronny Pfannschmidt2015-09-171-0/+23
* PKG-INFO is no longer a scm, instead the version is substituted directly * git root folder is verified * simplicistic acceptance test for the root finding