summaryrefslogtreecommitdiff
path: root/test/test_installation.py
Commit message (Collapse)AuthorAgeFilesLines
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-6/+2
|
* Run everything through 'black'Sebastian Thiel2022-05-181-16/+45
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* 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>