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
eb6e9f84
Commit
eb6e9f84
authored
14 years ago
by
fuzzyman
Browse files
Options
Downloads
Patches
Plain Diff
Docs improvements
parent
902af87c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.txt
+3
-3
3 additions, 3 deletions
docs/index.txt
with
3 additions
and
3 deletions
docs/index.txt
+
3
−
3
View file @
eb6e9f84
...
...
@@ -4,7 +4,7 @@
:Author: `Michael Foord <http://www.voidspace.org.uk/python/weblog/index.shtml>`_
:Co-maintainer: `Konrad Delong <http://konryd.blogspot.com/>`_
:Version: Mock 0.7.0
beta 2
:Version: Mock 0.7.0
:Date: 2010/06/23
:Homepage: `Mock Homepage`_
:Download: `Mock on PyPI`_
...
...
@@ -80,7 +80,7 @@ User Guide
Installing
==========
The current version is **0.7.0
beta 2
**, dated 2010/06/23. Mock is still
The current version is **0.7.0**, dated 2010/06/23. Mock is still
experimental; the API may change (although we are moving towards a 1.0 release
when the API will stabilise). If you find bugs or have suggestions for
improvements / extensions then please contact us.
...
...
@@ -264,7 +264,7 @@ On Python 2.7 and 3.2 you can use ``unittest`` module from the standard library.
``python3.2 -m unittest discover``
On Python 2.4 you will see one
failure
- testwith.py will fail to import as it
On Python 2.4 you will see one
error
- testwith.py will fail to import as it
uses the ``with`` statement which is invalid syntax under Python 2.4.
On Python 3 the tests for unicode are skipped as they are not relevant.
...
...
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