Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory | FC Stegerman | 2023-01-08 | 1 | -115/+123 |
| | |||||
* | Updates from review | Santos Gallegos | 2022-12-28 | 1 | -4/+37 |
| | |||||
* | Submodule tests | Santos Gallegos | 2022-12-27 | 1 | -1/+115 |
| | |||||
* | More tests | Santos Gallegos | 2022-12-27 | 1 | -1/+2 |
| | |||||
* | Fix source comment typos | luz paz | 2022-08-17 | 1 | -2/+2 |
| | |||||
* | FIX: Mark the correct test_submodule test as xfail on Cygwin | DWesl | 2022-06-20 | 1 | -4/+4 |
| | | | Got the wrong one the first time. | ||||
* | TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on Cygwin | DWesl | 2022-06-20 | 1 | -0/+8 |
| | |||||
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -131/+43 |
| | |||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -204/+363 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | Fix various typos | luz paz | 2022-05-07 | 1 | -2/+2 |
| | | | Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD` | ||||
* | rmv python 3.5 checks from tests | Yobmod | 2021-07-19 | 1 | -2/+1 |
| | |||||
* | Added clone multi_options to Submodule | Igor Lakhtenkov | 2021-06-30 | 1 | -0/+66 |
| | |||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -0/+947 |
| | | | | | | | | | 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 | -947/+0 |
| | |||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -0/+947 |
| | | | | | | | | | 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> | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -546/+0 |
| | | | | adjusted | ||||
* | Implemented dry_run mode including tests for RootModule.update and Submodule | Sebastian Thiel | 2010-11-25 | 1 | -8/+61 |
| | |||||
* | Fixed remaining issues, all tests work as expected | Sebastian Thiel | 2010-11-24 | 1 | -0/+1 |
| | |||||
* | Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵ | Sebastian Thiel | 2010-11-21 | 1 | -7/+3 |
| | | | | tests to work with the new directory structure | ||||
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 1 | -0/+496 |