summaryrefslogtreecommitdiff
path: root/test/test_installation.py
Commit message (Collapse)AuthorAgeFilesLines
* Keep flake happyXavier Verges2020-10-051-3/+5
|
* Do not break convention when updating sys.pathXavier Verges2020-10-051-0/+6
|
* test: add installation testKonrad Weihmann2020-07-121-0/+29
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>