Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Graph
74eae17ecf4ae3e4f31bbcd0ce00916377794827
Select Git revision
Branches
2
master
default
upstream/master
Tags
18
4.0.0b1
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
0.8.0
release-0.5.0
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jan
24
13
10
Nov
7
16
Oct
24
Sep
23
20
16
7
May
4
2
1
30
Apr
27
26
24
Dec
23
30
Nov
29
16
Sep
25
Jul
8
May
26
Apr
19
Jan
9
28
Oct
9
17
Mar
12
Dec
11
26
Sep
11
6
Apr
4
23
Mar
21
23
Sep
2
4
Aug
31
Jul
29
24
18
17
15
14
11
10
9
7
9
Apr
18
Mar
7
Nov
5
7
Oct
13
Jul
11
Jun
10
9
23
May
5
23
Apr
21
14
13
29
Mar
28
26
25
20
18
17
15
14
13
8
5
4
3
13
Feb
12
10
7
6
28
Jan
27
26
25
24
23
22
16
15
13
11
10
9
8
5
4
3
2
1
31
Dec
30
29
13
23
Nov
22
1
29
Oct
12
11
10
9
8
7
6
26
Sep
25
24
12
15
Aug
12
11
10
9
8
6
5
4
3
2
1
27
Jul
26
25
23
22
21
20
19
18
*sigh*
4.0.0b1 upstrea…
4.0.0b1 upstream/master
this skip is no longer needed
*sigh*
another packaging test bugfix
paranoid packaging check for 3.6
fixup: package checks
Merge pull request #476 from cjw296/restart_for_4
Preparing for 4.1.0 release.
ReST bugfix
another code coverage pattern
bug fix on committing changed version file
fixup: point sphinx conf at new version location
latest sync point
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565)
Get mock coverage back to 100% (GH-18228)
bpo-39485: fix corner-case in method-detection of mock (GH-18252)
instructions for running coverage on cpython's mock package
ignore empty yield methods too
fixup: uncache backport
fixup: simplify IsolatedAsyncioTestCase backport
Clarify and fix assertions that mocks have not been awaited (GH-18196)
Backports: c7dd3c7d87d6961756d99b57aa13db7c7a03e1f8, skipped: already applied
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029)
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)
bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
move testasync to backports.iscoroutinefunction to keep inline with upstream imports
pypy actually gets this right, so make it clear in the test
this one no longer fails on pypy
flip more to iscoroutinefunction backport
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784)
Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)
bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)
Improve test coverage for AsyncMock. (GH-17906)
remove unused __version__ from mock.py (#17977)
bpo-38669: patch.object now raises a helpful error (GH17034)
minimal backport of IsolatedAsyncioTestCase to get tests passing on Py3.6
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
bpo-38839: Fix some unused functions in tests (GH-17189)
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
Loading