summaryrefslogtreecommitdiff
path: root/test/test_exc.py
Commit message (Collapse)AuthorAgeFilesLines
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-3/+1
|
* Run everything through 'black'Sebastian Thiel2022-05-181-36/+47
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-041-3/+6
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+169
| | | | | | | | | 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-169/+0
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+169
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>