summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon2020-02-161-1/+1
| | | | In TestRepo.test_should_display_blame_information
* Replace deprecated assertNotEquals alias with assertNotEqualHarmon2020-02-161-1/+1
| | | | In TestIndex.test_index_mutation
* Replace deprecated assertEquals alias with assertEqual in TestGitHarmon2020-02-161-4/+4
|
* Replace deprecated assertRegexpMatches alias with assertRegexHarmon2020-02-161-1/+1
| | | | In TExc.test_CommandError_unicode
* 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 ↵Sebastian Thiel2019-10-291-1/+1
|\ | | | | | | into imkaka-fix/deepsource-issues
| * 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
| | | | | | | | Fixes #650
* | Expanded new test for copied fileJJ Graham2019-10-191-1/+4
| |
* | Fixed new test for copied filesJJ Graham2019-10-192-2/+1
| |
* | Adding diff support for copied files, still working on testJJ Graham2019-10-193-0/+26
|/
* removed Unnecessary pass statementPratik Anurag2019-10-151-1/+0
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-2/+2
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* Update test_streams.pyPratik Anurag2019-10-151-2/+2
|
* renamed unused variablesPratik Anurag2019-10-151-1/+1
|
* renamed unused variablesPratik Anurag2019-10-151-2/+2
|
* renamed unused variablesPratik Anurag2019-10-151-1/+1
|
* renamed unsed variablesPratik Anurag2019-10-151-1/+1
|
* renamed ununsed variablesPratik Anurag2019-10-151-1/+1
|
* renamed ununsed variablesPratik Anurag2019-10-151-1/+1
|
* As string is iterable, changed to isinstance checkMarcel2019-10-151-3/+5
| | | | test now works
* allow calling index.add, index.move and index.remove with single itemsMarcel2019-10-151-1/+8
| | | | | added testing for it closes #813
* remove previously added debug code from test_doc.pySebastian Thiel2019-09-301-1/+1
|
* Try to fix tests; get more debug outputSebastian Thiel2019-09-301-1/+1
|
* Parse rejected deletes.Uri Baghin2019-09-281-0/+8
|
* Remove assert that can fail erroneously.Uri Baghin2019-09-281-1/+0
|
* Fix test_commit_msg_hook_success.Uri Baghin2019-09-281-1/+1
|
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-103-7/+10
|