summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-1298-17463/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-1298-0/+17463
* tests: move to root dirKonrad Weihmann2020-07-1298-17463/+0
* Fix exception causes in 7 modulesRam Rachum2020-06-132-4/+4
* Fix flake8 errorsSebastian Thiel2020-05-281-1/+1
* Accept that this arguably simple feature can't be tested easily…Sebastian Thiel2020-05-041-1/+2
* add test case for submodule depth parameterLiam Beguin2020-05-021-0/+8
* Now it should really start working - go, doctests, go!Sebastian Thiel2020-04-111-1/+1
* Maybe this fixes the doc testsSebastian Thiel2020-04-111-1/+1
* This should fix tests, as tree[0] is not a tree anymoreSebastian Thiel2020-04-111-1/+1
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-256-48/+48
* Remove test.lib.asserts and use unittest.mock.patch directlyHarmon2020-02-164-18/+6
* Replace assert_false with assertFalseHarmon2020-02-162-8/+3
* Replace assert_true with assertTrueHarmon2020-02-165-22/+17
* Replace raises with assertRaisesHarmon2020-02-163-13/+6
* Replace assert_raises with assertRaisesHarmon2020-02-163-9/+5
* Replace assert_not_equal with assertNotEqualHarmon2020-02-162-4/+2
* Replace assert_equal with assertEqualHarmon2020-02-1610-145/+135
* Remove and replace assert_match with assertRegexHarmon2020-02-162-15/+2
* Remove old, no longer used assert methodsHarmon2020-02-161-37/+1
* Remove outdated checks for unittest.mock existenceHarmon2020-02-163-17/+3
* Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon2020-02-161-1/+1
* Replace deprecated assertNotEquals alias with assertNotEqualHarmon2020-02-161-1/+1
* Replace deprecated assertEquals alias with assertEqual in TestGitHarmon2020-02-161-4/+4
* Replace deprecated assertRegexpMatches alias with assertRegexHarmon2020-02-161-1/+1
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-1615-123/+123
* Remove checks for pathlib existence in TestRepo for Python < 3.4Harmon2020-02-161-14/+1
* Fix Repo.__repr__ when subclassedJan Matějka2020-02-081-1/+1
* Remove now unused is_invoking_git variable in testHarmon2020-02-081-4/+1
* Remove check for Python 2.7Harmon2020-02-081-6/+0
* Remove no longer used imports in testsHarmon2020-02-082-2/+1
* Remove no longer used compat importsHarmon2020-02-081-4/+0
* Remove and replace compat.text_typeHarmon2020-02-081-4/+3
* Remove and replace compat.string_typesHarmon2020-02-088-21/+15
* Remove Python 2 testHarmon2020-02-081-6/+0
* Remove checks for Python 2 and/or 3Harmon2020-02-084-21/+4
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
* Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries2019-12-291-0/+6
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel2019-10-291-1/+1
|\
| * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-234-3/+89
| |\
| * | fixed unused variable found PYL-W0612Anil Khatri2019-10-221-1/+1
* | | Fix #920Victor Luzgin2019-10-281-0/+14
* | | Removing unused importJJ Graham2019-10-241-1/+1
* | | Fix #820JJ Graham2019-10-241-1/+1
| |/ |/|
* | Adding assertions to existing test case to cover this changeJJ Graham2019-10-221-1/+6
* | Removing f-strings to maintain 3.4 and 3.5 compatabilityJJ Graham2019-10-211-4/+4
* | Added new test to cover the issue this fix addresses (#891)JJ Graham2019-10-211-2/+48
* | Fix pickling of tzoffsetUwe L. Korn2019-10-191-0/+7
* | Expanded new test for copied fileJJ Graham2019-10-191-1/+4
* | Fixed new test for copied filesJJ Graham2019-10-192-2/+1