summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1555 from Codym48/fix/get_valuesSebastian Thiel2023-02-161-0/+11
|\
| * Add test asserting that get_values works by itselfCody Martin2023-02-151-0/+11
* | Merge pull request #1550 from Sineaggi/remove-optional-from-two-variablesSebastian Thiel2023-02-021-2/+7
|\ \
| * | Add additional assertions to test_base.pyClayton Walker2023-02-021-2/+6
| * | Add check to test bare repoClayton Walker2023-02-011-0/+1
* | | Updated diff test to use different similarity thresholdsCesar Velazquez2023-02-011-3/+26
* | | Added diff test to disable rename detectionCesar Velazquez2023-01-311-0/+47
|/ /
* | Fix timezone parsing functions for non-hour timezonesJames Cowgill2023-01-241-0/+21
* | Add test to verify GitCommandError is raised when check-ignore is run against...Axel Aguado2023-01-211-1/+12
* | Add test_ignored_items_reportedAxel Aguado2023-01-211-0/+16
* | fix files list on file renameMatteo Croce2023-01-131-0/+31
* | fix clone_from_unsafe_protocol testsFC Stegerman2023-01-081-5/+30
* | replace tempfile.mkdtemp w/ tempfile.TemporaryDirectoryFC Stegerman2023-01-083-450/+488
|/
* tests: Use `command -v` instead of third-party `which` programMichał Górny2022-12-311-1/+1
* Updates from reviewSantos Gallegos2022-12-283-17/+109
* Submodule testsSantos Gallegos2022-12-271-1/+115
* More testsSantos Gallegos2022-12-272-1/+213
* Update/add tests for Repo.clone*Santos Gallegos2022-12-271-27/+121
* Updates from reviewSantos Gallegos2022-12-271-2/+2
* Block unsafe options and protocols by defaultSantos Gallegos2022-12-231-2/+3
* Forbid unsafe protocol URLs in Repo.clone{,_from}()Steve Kowalik2022-12-231-0/+36
* Add testSantos Gallegos2022-12-211-0/+26
* Ignore empty info in diff lineDave Wapstra2022-09-271-0/+6
* Fix bug where colons in paths raise a `ValueError` on `diff()` calls.Malcolm Langfield2022-09-121-1/+0
* feat(blame): Support custom `rev_opts` for blameJoseph Hale2022-08-301-0/+7
* Allow failure of that one test on cygwinSebastian Thiel2022-08-251-0/+7
* Use the same regex as the Actor class when determining co-authors.Twist2022-08-241-1/+1
* Add malformed co-authors to the test, to check they aren't detected with the ...Twist2022-08-231-2/+6
* Add co_authors property to the Commit object, which parses the commit message...Twist2022-08-221-0/+11
* Fix source comment typosluz paz2022-08-172-3/+3
* Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-typesSebastian Thiel2022-07-021-0/+32
|\
| * Remove stage type as parameter from blob filter testAustin Scola2022-07-011-6/+7
| * Fix blob filter path shorter than filter pathAustin Scola2022-06-281-0/+31
* | Add regression test for TagReference.createRuud van Asseldonk2022-06-251-0/+17
|/
* FIX: Mark the correct test_submodule test as xfail on CygwinDWesl2022-06-201-4/+4
* FIX: Import pytest in tests.test_docsDWesl2022-06-201-0/+2
* TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on CygwinDWesl2022-06-201-0/+8
* TST: Mark test_repo.TestRepo.test_submodules as xfail on CygwinDWesl2022-06-201-0/+8
* TST: Mark test_docs.Tutorials.test_submodules as xfail on CygwinDWesl2022-06-201-0/+6
* fix: Allow adding PathLike object to indexRuben DI BATTISTA2022-05-181-0/+11
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-1825-716/+242
* Run everything through 'black'Sebastian Thiel2022-05-1829-1603/+2470
* Fix various typosluz paz2022-05-079-10/+10
* Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-042-10/+29
* chore: `s/strip_newline/&_in_stdout`Hiroki Tokunaga2022-04-071-2/+2
* feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-061-0/+10
* Use bash to open extensionless hooks on windowsDavid Briscoe2022-01-141-3/+6
* Use git interpret-trailers for trailers propertyKet3r2022-01-071-2/+2
* Add failing unit testPeter Kempter2022-01-071-0/+46
* Add raise_if_error() to tutorialSjoerd Langkemper2021-11-131-1/+2