Skip to content

Commit

Permalink
Merge pull request #155 from ccnmtl/doc-typo-fix
Browse files Browse the repository at this point in the history
typo fix in docs
  • Loading branch information
sdreher committed Mar 1, 2017
2 parents a2f35fc + 360cd49 commit 1bed764
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Testing

It can be useful to programmatically set up a pagetree site for
testing purposes. If you have custom pageblocks that rely on
JavaScript for essential functionality, you won't be able to
test that code with django's built-in testing features. You can
Selenium with Behave or Lettuce to do this kind of testing. This
page shows how to mock a version of your pagetree site in code.
It can then be used for Selenium tests or for Django-style
unittests.
JavaScript for essential functionality, you won't be able to test that
code with django's built-in testing features. You can use Selenium
with Behave or Lettuce to do this kind of testing. This page shows how
to mock a version of your pagetree site in code. It can then be used
for Selenium tests or for Django-style unittests.


Here's an example of a factory that you can put alongside
Expand Down

0 comments on commit 1bed764

Please sign in to comment.