[RFC/WIP] move tests and avoid packaging them by priv-kweihmann · Pull Request #1031 · gitpython-developers/GitPython (original) (raw)

This is the followup to #1028.

Move test files out of git module and into the root dir.
This enables it to ignore them while setuptools packaging and is resulting in a way smaller release package.

additionally a new test is added, which tests package installation, to avoid ModuleNotFound errors (e.g. #1030) in future

Please review and test locally if possible - that's why I marked it as RFC/WIP for now