index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
lib
/
asserts.py
Age
Commit message (
Expand
)
Author
2020-02-16
Remove test.lib.asserts and use unittest.mock.patch directly
Harmon
2020-02-16
Replace assert_false with assertFalse
Harmon
2020-02-16
Replace assert_true with assertTrue
Harmon
2020-02-16
Replace raises with assertRaises
Harmon
2020-02-16
Replace assert_raises with assertRaises
Harmon
2020-02-16
Replace assert_not_equal with assertNotEqual
Harmon
2020-02-16
Replace assert_equal with assertEqual
Harmon
2020-02-16
Remove and replace assert_match with assertRegex
Harmon
2020-02-16
Remove old, no longer used assert methods
Harmon
2020-02-16
Remove outdated checks for unittest.mock existence
Harmon
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-09-25
test, deps: FIX `mock` deps on py3.
Kostis Anagnostopoulos
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel