aboutsummaryrefslogtreecommitdiff
path: root/git/test/lib/asserts.py
AgeCommit message (Expand)Author
2020-02-16Remove test.lib.asserts and use unittest.mock.patch directlyHarmon
2020-02-16Replace assert_false with assertFalseHarmon
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace raises with assertRaisesHarmon
2020-02-16Replace assert_raises with assertRaisesHarmon
2020-02-16Replace assert_not_equal with assertNotEqualHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2020-02-16Remove and replace assert_match with assertRegexHarmon
2020-02-16Remove old, no longer used assert methodsHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2015-01-04initial set of adjustments to make (most) imports work.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 (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel