Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: Import pytest in tests.test_docs | DWesl | 2022-06-20 | 1 | -0/+2 |
| | |||||
* | TST: Mark test_docs.Tutorials.test_submodules as xfail on Cygwin | DWesl | 2022-06-20 | 1 | -0/+6 |
| | |||||
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -152/+50 |
| | |||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -156/+277 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | Fix various typos | luz paz | 2022-05-07 | 1 | -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 tutorial | Sjoerd Langkemper | 2021-11-13 | 1 | -1/+2 |
| | |||||
* | Fix typo | Eric Dill | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -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 #1030 | Sebastian Thiel | 2020-07-12 | 1 | -493/+0 |
| | |||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -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> |