summaryrefslogtreecommitdiff
path: root/git/test/test_diff.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-369/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+369
* tests: move to root dirKonrad Weihmann2020-07-121-369/+0
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-251-24/+24
* Replace assert_true with assertTrueHarmon2020-02-161-6/+5
* Replace assert_equal with assertEqualHarmon2020-02-161-14/+13
* 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
* Expanded new test for copied fileJJ Graham2019-10-191-1/+4
* Fixed new test for copied filesJJ Graham2019-10-191-1/+0
* Adding diff support for copied files, still working on testJJ Graham2019-10-191-0/+21
* Add change in type supportAurélien Matouillot2018-05-191-0/+27
* Get correcly rename change_type.Aurélien Matouillot2018-05-191-0/+2
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-13/+11
* cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos2016-10-161-1/+2
* io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos2016-09-281-10/+10
* test: Start using `ddt` library for TCsKostis Anagnostopoulos2016-09-281-12/+16
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-1/+1
* win, #519: proc.terminate() instead of kill(SIGTERM)Kostis Anagnostopoulos2016-09-261-36/+39
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-2/+6
* fix(diff): use explicit change-type if possibleSebastian Thiel2016-07-231-0/+9
* Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffsVincent Driessen2016-06-141-1/+5
* Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-pathsVincent Driessen2016-06-061-6/+7
* Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-301-6/+7
* Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-191-0/+2
* Python 3 compat fixesVincent Driessen2016-04-201-1/+1
* Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-191-2/+27
* Make test stricterVincent Driessen2016-04-191-1/+1
* Make diff patch parsing more reliableVincent Driessen2016-04-191-2/+9
* Fix test casesVincent Driessen2016-04-141-4/+5
* Support "root" as a special value in .diff() callsVincent Driessen2016-04-141-1/+16
* Add test and fixture for diff index from raw formatJonathan Chu2016-03-161-0/+6
* fix(diff): mode-assertions now deal with 0Sebastian Thiel2015-07-291-0/+32
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-2/+4
* Now Diff.__str__ works correctly in all python versions.Sebastian Thiel2015-01-091-2/+2
* Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel2015-01-091-1/+5
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-0/+12
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-0/+10
* Added support for rename detection in raw mode (which is the default).Sebastian Thiel2015-01-081-0/+9
* Added assertion to better detect diff issues.Sebastian Thiel2015-01-081-1/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-0/+1
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-3/+13
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-6/+6
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-5/+5
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-13/+11
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-94/+94