summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Collapse)AuthorAgeFilesLines
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-182-29/+9
|
* Run everything through 'black'Sebastian Thiel2022-05-182-51/+102
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-5/+2
| | | | | | | | | | | This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5. The reason for the revert is that the commit in question introduced a regression where certain modules, functions and classes that were exposed before were no longer exposed. See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204 for additional information.
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-2/+5
| | | | | | | All `from <module> import *` has now been replaced by `from <module> import X, Y, ...`. Contributes to #1349
* Rmv old py2.7 __future__ importsYobmod2021-07-191-2/+0
|
* rmv python 3.5 checks from testsYobmod2021-07-191-1/+1
|
* tests: move to root dirKonrad Weihmann2020-07-122-0/+387
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-122-387/+0
|
* tests: move to root dirKonrad Weihmann2020-07-122-0/+387
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-253-308/+0
| | | | adjusted
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-213-0/+308