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

added 5 commits

July 12, 2020 15:01
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>
by using exclude feature of find_packages.
py_modules are determined by new function, which
recursively scans the base dir but omits the
external modules.
Plus remove now obselete package_data setting

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
and remove all previously used test related settings

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
which installs the current codebase in a venv
and runs 'import git' to test if codebase can be
installed properly.
This adds virtualenv to the test requirements

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>

@priv-kweihmann priv-kweihmann changed the title [RFC/WIP] move test and avoid packaging them [RFC/WIP] move tests and avoid packaging them

Jul 12, 2020

This was referenced

Jul 13, 2020