| Age | Commit message (Collapse) | Author |
|
|
|
This should ensure that tests are NOT packaged into
release package by setuptools, as tests are development
only
+ fixtures after moving
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
|
|
|
|
|
|
…and time is previous. Since I could reproduce it and see it working
with the steps provided in the comment:
https://github.com/gitpython-developers/GitPython/pull/1009#issuecomment-623008816
I think it's good for now. We also assume there won't be a regression.
|
|
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also change TestOutputStream to subclass TestBase rather than object
|
|
|
|
|
|
|
|
Also change TestActor to subclass TestBase rather than object and create and use base TestCommitSerialization class for assert_commit_serialization method
|
|
Also remove no longer used assert_not_none
|
|
assert_instance_of, assert_not_instance_of, assert_none, assert_not_match, assert_mode_644, assert_mode_755
|
|
|
|
In TestRepo.test_should_display_blame_information
|
|
In TestIndex.test_index_mutation
|
|
|
|
In TExc.test_CommandError_unicode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into imkaka-fix/deepsource-issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #650
|
|
|
|
|
|
|