Commit bdff7ec
committed
fix(blame): Support Python 3.7 in the test suite
Apparently the public attributes of a `MagicMock` changed between 3.7 and 3.8,
which was causing the unit test for `rev_opts` to fail.
The unit test has been improved to use more stable APIs so that it can pass in
all versions of Python supported by GitPython.1 parent c0225b3 commit bdff7ec
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
| 560 | + | |
| 561 | + | |
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| |||
0 commit comments