Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maticrivo committed Jun 9, 2015
1 parent 698b95a commit 744a2b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,8 @@ Quick start
-----------
```bash
$ pip install magneto
$ magneto <TEST_DIR> --apk-path <PATH_TO_APK> --app-package <APK_PACKAGE_NAME> --app-activity <APP_ACTIVITY>
$ magneto init calc
$ magneto run tests/
```


Expand Down
2 changes: 1 addition & 1 deletion docs/creating_tests.rst
Expand Up @@ -66,7 +66,7 @@ Magneto allows attaching tags to test cases and tests alike, using ``@tag.TAG_NA

Now I can choose to run only ``CardsTestCase`` using ``-k cards``::

$ magneto ui_tests/ -k cards
$ magneto run ui_tests/ -k cards

.. _skipping:

Expand Down
2 changes: 1 addition & 1 deletion docs/demo.rst
Expand Up @@ -6,7 +6,7 @@ Run the demo
In magneto-demo-calc_ you can find the Lollipop calculator app.
Clone or download Magneto source from Github__ and run the following terminal command::

magneto tests/
$ magneto run tests/

.. _magneto-demo-calc: https://github.com/EverythingMe/magneto-demo-calc
__ magneto-demo-calc_
2 changes: 1 addition & 1 deletion docs/setup.rst
Expand Up @@ -19,7 +19,7 @@ Running tests

::

$ magneto <TEST_DIR> --apk-path <PATH_TO_APK> --apk-package <APK_PACKAGE_NAME> --app-activity <APP_ACTIVITY>
$ magneto run <TEST_DIR> --apk-path <PATH_TO_APK> --apk-package <APK_PACKAGE_NAME> --app-activity <APP_ACTIVITY>

Required:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='magneto',
version='0.2.1',
version='0.3',
description='Magneto - Command your droids.',
author='EverythingMe',
author_email='automation@everything.me',
Expand Down

0 comments on commit 744a2b5

Please sign in to comment.