Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Commits
030cf8aa
Commit
030cf8aa
authored
6 years ago
by
Cody Logan
Committed by
Waldir Pimenta
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix a couple of typos (#206)
somtimes -> sometimes if do -> if you do
parent
078cd579
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/source/development/index.rst
+2
-2
2 additions, 2 deletions
docs/source/development/index.rst
with
2 additions
and
2 deletions
docs/source/development/index.rst
+
2
−
2
View file @
030cf8aa
...
@@ -31,7 +31,7 @@ Test suite
...
@@ -31,7 +31,7 @@ Test suite
----------
----------
mwclient ships with a test suite based on `pytest <https://pytest.org>`_.
mwclient ships with a test suite based on `pytest <https://pytest.org>`_.
While it's far from complete, it can somtimes alert you if you break things.
While it's far from complete, it can som
e
times alert you if you break things.
The easiest way to run the tests is:
The easiest way to run the tests is:
...
@@ -40,7 +40,7 @@ The easiest way to run the tests is:
...
@@ -40,7 +40,7 @@ The easiest way to run the tests is:
$ python setup.py test
$ python setup.py test
This will make an in-place build and download test dependencies locally if needed.
This will make an in-place build and download test dependencies locally if needed.
Tests will run faster, however, if do an
Tests will run faster, however, if
you
do an
`editable install <https://pip.readthedocs.org/en/latest/reference/pip_install.html#editable-installs>`_
`editable install <https://pip.readthedocs.org/en/latest/reference/pip_install.html#editable-installs>`_
and run pytest directly:
and run pytest directly:
...
...
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