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
db9abf92
Commit
db9abf92
authored
13 years ago
by
Michael Foord
Browse files
Options
Downloads
Patches
Plain Diff
README update
parent
fd379283
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.txt
+2
-1
2 additions, 1 deletion
README.txt
docs/index.txt
+2
-1
2 additions, 1 deletion
docs/index.txt
with
4 additions
and
2 deletions
README.txt
+
2
−
1
View file @
db9abf92
...
...
@@ -4,7 +4,8 @@ action, you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
needed attributes in the normal way.
mock is tested on Python versions 2.4-2.7 and Python 3.
mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.
The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.
...
...
This diff is collapsed.
Click to expand it.
docs/index.txt
+
2
−
1
View file @
db9abf92
...
...
@@ -45,7 +45,8 @@ Mock is very easy to use and is designed for use with
the 'action -> assertion' pattern instead of `'record -> replay'` used by many
mocking frameworks.
mock is tested on Python versions 2.4-2.7 and Python 3.
mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested with
the latest versions of Jython and pypy.
.. testsetup::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment