Skip to content

Commit

Permalink
Merge pull request #30 from samibh/patch-1
Browse files Browse the repository at this point in the history
Fix minor formatting
  • Loading branch information
shabda committed Jun 10, 2018
2 parents 15b029d + 94bec74 commit b7d75ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/testing-and-ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,16 @@ We are asserting that the the http code is 201 if the test passes succesfully. L

.. code-block:: bash
python manage.py test polls.tests.TestPoll.test_create
python manage.py test polls.tests.TestPoll.test_create
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.
----------------------------------------------------------------------
Ran 1 test in 0.267s
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.
----------------------------------------------------------------------
Ran 1 test in 0.267s
OK
Destroying test database for alias 'default'...
OK
Destroying test database for alias 'default'...
Time to celebrate with the API :)
Expand Down

0 comments on commit b7d75ae

Please sign in to comment.