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
Commits
29dfd5bc628b00cc51c5f857a2ce2f5bf3ecc7aa
Select Git revision
Branches
2
upstream/master
master
default
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
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Author
Search by author
Any Author
authors
banggua
banggua
1 author
Jun 28, 2010
Remove unused URL from setup.py
· 29dfd5bc
fuzzyman
authored
14 years ago
29dfd5bc
Minor CHANGELOG changes.
· cad89b57
fuzzyman
authored
14 years ago
cad89b57
Jun 26, 2010
Docs improvement.
· 592a9d56
fuzzyman
authored
14 years ago
592a9d56
Documentation improvement.
· e0c4f08d
fuzzyman
authored
14 years ago
e0c4f08d
Jun 25, 2010
Adding pickling magic methods to the supported-but-not-default set
· 20e5e32f
fuzzyman
authored
14 years ago
20e5e32f
Adding pickling magic methods to the supported-but-not-default set
· 7c84eb6f
fuzzyman
authored
14 years ago
7c84eb6f
Jun 24, 2010
Improved interaction of spec and magic methods.
· a7153dac
fuzzyman
authored
14 years ago
a7153dac
Setting a magic method on a mock with a spec can only be done if the spec includes that method.
· 6fae8d13
fuzzyman
authored
14 years ago
6fae8d13
The created class for each Mock now inherits Mock.__doc__
· f0c52fe4
fuzzyman
authored
14 years ago
f0c52fe4
Improved failure message for Mock.assert_called_with when the mock has not yet been called.
· a7d1c254
fuzzyman
authored
14 years ago
a7d1c254
Jun 23, 2010
all leftover whitespace cleaned
· 52a090eb
konryd
authored
14 years ago
52a090eb
Docs improvements
· eb6e9f84
fuzzyman
authored
14 years ago
eb6e9f84
CHANGELOG preparation for final release.
· 902af87c
fuzzyman
authored
14 years ago
902af87c
Additional docstrings.
· 86c2659e
fuzzyman
authored
14 years ago
86c2659e
Version number and doc changes.
· 2db50f0e
fuzzyman
authored
14 years ago
2db50f0e
Link correction in docs.
· 271bfcbd
fuzzyman
authored
14 years ago
271bfcbd
README update
· f64353cf
fuzzyman
authored
14 years ago
f64353cf
Removing the TODO page from the documentation and adding 0.7b2 changelog.
· df0d51e9
fuzzyman
authored
14 years ago
df0d51e9
Rename withAvailable to with_available
· 90156f87
fuzzyman
authored
14 years ago
90156f87
Enable additional tests under Python 2.5
· cbc0f32d
fuzzyman
authored
14 years ago
cbc0f32d
Cleaning up issues reported by pyflakes and adding a descriptor test that I won't yet fix.
· 6224515e
fuzzyman
authored
14 years ago
6224515e
Docs improvements
· 15bdd9d6
fuzzyman
authored
14 years ago
15bdd9d6
Docs improvements
· 984ad8be
fuzzyman
authored
14 years ago
984ad8be
Docs improvements
· 4b3046a1
fuzzyman
authored
14 years ago
4b3046a1
Docs improvements
· 2bc4cdd6
fuzzyman
authored
14 years ago
2bc4cdd6
Jun 22, 2010
Minor doc tweak.
· ef56c0c7
fuzzyman
authored
14 years ago
ef56c0c7
Doc update for patch.dict()
· c6d16823
fuzzyman
authored
14 years ago
c6d16823
patch.dict(...) works with dictionaries specified by name (string).
· 9644db4c
fuzzyman
authored
14 years ago
9644db4c
patch.dict(...) now works as context manager.
· 08b52c23
fuzzyman
authored
14 years ago
08b52c23
Fix a bug in patch.dict(...) and checkin two failing tests for new functionality.
· e746340c
fuzzyman
authored
14 years ago
e746340c
Adding Python 3 trove classifiers
· c9f2ba72
fuzzyman
authored
14 years ago
c9f2ba72
Docs improvements
· 9f1142db
fuzzyman
authored
14 years ago
9f1142db
Docs improvements
· deeee510
fuzzyman
authored
14 years ago
deeee510
Docs improvements
· 24737964
fuzzyman
authored
14 years ago
24737964
Docs improvements
· 40438650
fuzzyman
authored
14 years ago
40438650
Docs improvements
· 0676a3bf
fuzzyman
authored
14 years ago
0676a3bf
Docs improvements
· fd71b534
fuzzyman
authored
14 years ago
fd71b534
Docs improvements
· a5c11e6c
fuzzyman
authored
14 years ago
a5c11e6c
mocksignature will now create a mock for you if you don't pass one in
· 47bb03ae
fuzzyman
authored
14 years ago
47bb03ae
Adding docs and tests to distribution
· c657eba0
fuzzyman
authored
14 years ago
c657eba0
Loading