summaryrefslogtreecommitdiff
path: root/test/lib/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* tests: move to root dirKonrad Weihmann2020-07-121-0/+12
| | | | | | | | | 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-121-12/+0
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+12
| | | | | | | | | 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-251-13/+0
| | | | adjusted
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-0/+13