Commit 2885b5a8 by Dean Quiñanola

README: test section revision

parent 3c51cbc0
......@@ -54,8 +54,11 @@ in the app and may accidentally replace or change existing objects.
You can then test the installation by running the following command:
python -m 'parse_rest.tests'
# test all
python -m unittest parse_rest.tests
# or test individually
python -m unittest parse_rest.tests.TestObject.testCanCreateNewObject
Usage
-----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment