summaryrefslogtreecommitdiff
path: root/git/test/lib/asserts.py
Commit message (Expand)AuthorAgeFilesLines
* Remove test.lib.asserts and use unittest.mock.patch directlyHarmon2020-02-161-9/+0
* Replace assert_false with assertFalseHarmon2020-02-161-5/+1
* Replace assert_true with assertTrueHarmon2020-02-161-2/+1
* Replace raises with assertRaisesHarmon2020-02-161-2/+1
* Replace assert_raises with assertRaisesHarmon2020-02-161-3/+1
* Replace assert_not_equal with assertNotEqualHarmon2020-02-161-2/+1
* Replace assert_equal with assertEqualHarmon2020-02-161-2/+1
* Remove and replace assert_match with assertRegexHarmon2020-02-161-13/+1
* Remove old, no longer used assert methodsHarmon2020-02-161-37/+1
* Remove outdated checks for unittest.mock existenceHarmon2020-02-161-5/+1
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-7/+7
* test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos2016-09-251-1/+4
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-10/+8
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-0/+1
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-4/+16
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+0
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-2/+2
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+8
* pep8 linting (whitespaces)Antoine Musso2014-11-161-3/+3
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+50