aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_diff.py
AgeCommit message (Expand)Author
2020-07-12tests: move to root dirKonrad Weihmann
2020-07-12Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel
2020-07-12tests: move to root dirKonrad Weihmann
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2019-10-22Adding assertions to existing test case to cover this changeJJ Graham
2019-10-21Removing f-strings to maintain 3.4 and 3.5 compatabilityJJ Graham
2019-10-21Added new test to cover the issue this fix addresses (#891)JJ Graham
2019-10-19Expanded new test for copied fileJJ Graham
2019-10-19Fixed new test for copied filesJJ Graham
2019-10-19Adding diff support for copied files, still working on testJJ Graham
2018-05-19Add change in type supportAurélien Matouillot
2018-05-19Get correcly rename change_type.Aurélien Matouillot
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-09-28io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos
2016-09-28test: Start using `ddt` library for TCsKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-26win, #519: proc.terminate() instead of kill(SIGTERM)Kostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-07-23fix(diff): use explicit change-type if possibleSebastian Thiel
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Make test stricterVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-14Fix test casesVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-03-16Add test and fixture for diff index from raw formatJonathan Chu
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-09Now Diff.__str__ works correctly in all python versions.Sebastian Thiel
2015-01-09Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-08Added support for rename detection in raw mode (which is the default).Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel