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
29a7a60fafaec422f2fade180fdb353bf1de92f7
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
19
Jun
18
14
13
6
31
May
30
29
28
27
26
24
23
20
18
17
16
15
14
13
12
11
10
6
28
Mar
22
21
14
13
11
5
1
28
Feb
27
26
25
24
22
18
17
16
23
Jan
10
7
Dec
26
Nov
25
17
16
12
2
30
Oct
29
28
27
26
22
20
19
18
13
26
Sep
25
22
18
16
2
1
31
Aug
30
29
26
25
2
29
Jul
14
12
8
7
1
28
Jun
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
19
Feb
10
Jan
4
3
2
27
Aug
23
22
25
Jul
24
23
22
22
Jun
19
May
19
Apr
13
12
2
Dec
28
Nov
27
25
22
21
20
19
18
12
11
9
8
5
3
2
1
31
Oct
27
12
11
10
9
8
7
9
Dec
3
Fix for __class__ bug in Python 3
Minor changes
Test fixes
Test additions, currently failing
Test refactor and cleanup of issues reported by pyflakes
Addition of NonCallableMock and NonCallableMagicMock
New default inherit behaviour for create_autospec
Merge
Example modification
Merge
New example
Merge
Minor text update
Merge
Extending the mocking properties example
Minor change in doc
Change some rest styles on examples doc page
Minor changelog reformat
Merge from 0.7-maint
Minor changelog mod
Doc updates for 0.7.2 release
Doc updates for 0.7.2 release
Test extension
Merge from 0.7-maint
Merge from 0.7-maint
Minor text reformat
Extending import example
Further fixes for MagicMock equality
New example in getting started doc
Adding a new example to the docs
Minor changelog addition
Adding FILTER_DIR to configure private attribute filtering in __dir__
dir(mock) is less verbose.
Preparation for 0.7.2
Tests for keyword arguments to patchers
Extend test to cover configure_mock
Test for passing keyword arguments to Mock / MagicMock constructor
Minor optimisation to configure_mock
MagicMock uses super instead of explicit upcall
Add **kwargs support to patchers and Mocks
Loading