Skip to content

Commit

Permalink
start integration tests #4
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jul 7, 2015
1 parent 2c3c0b5 commit 35f32d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ You can redefine template of tree in ``youproject/templates/ps_tree/tree.jinja2`

.. literalinclude:: ../../ps_tree/templates/ps_tree/tree.jinja2
:caption: Default template ``tree.jinja2``
:language: html
:language: html+jinja
7 changes: 7 additions & 0 deletions ps_tree/tests/integration_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import IntegrationTestBase


class TestTree(IntegrationTestBase):

def test_get_root_page(self):
self.app.get('/', status=200)

0 comments on commit 35f32d8

Please sign in to comment.