summaryrefslogtreecommitdiff
path: root/test/test_docs.py
Commit message (Collapse)AuthorAgeFilesLines
* FIX: Import pytest in tests.test_docsDWesl2022-06-201-0/+2
|
* TST: Mark test_docs.Tutorials.test_submodules as xfail on CygwinDWesl2022-06-201-0/+6
|
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-152/+50
|
* Run everything through 'black'Sebastian Thiel2022-05-181-156/+277
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Fix various typosluz paz2022-05-071-1/+1
| | | Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD`
* Add raise_if_error() to tutorialSjoerd Langkemper2021-11-131-1/+2
|
* Fix typoEric Dill2020-09-091-1/+1
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+493
| | | | | | | | | 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-493/+0
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+493
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>