summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/tests.py
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-11-29 22:10:38 -0600
committerPatricio Paez <pp@pp.com.mx>2012-11-29 22:10:38 -0600
commitd85569e38ba88029864b7908dbee3f948b103712 (patch)
tree97b6078e03001747528a227897e6ef325febc517 /docs/narr/MyProject/myproject/tests.py
parent877eebdbd3ca4f9c7ab1b30bf16b76be64ed5dbc (diff)
downloadpyramid-d85569e38ba88029864b7908dbee3f948b103712.tar.gz
pyramid-d85569e38ba88029864b7908dbee3f948b103712.tar.bz2
pyramid-d85569e38ba88029864b7908dbee3f948b103712.zip
Sync MyProject files with the starter scaffold
- Line numbers are mentioned only in the Creating a Pyramid Project chapter; those that are affected were updated.
Diffstat (limited to 'docs/narr/MyProject/myproject/tests.py')
-rw-r--r--docs/narr/MyProject/myproject/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/MyProject/myproject/tests.py b/docs/narr/MyProject/myproject/tests.py
index d8b764041..64dcab1d5 100644
--- a/docs/narr/MyProject/myproject/tests.py
+++ b/docs/narr/MyProject/myproject/tests.py
@@ -2,6 +2,7 @@ import unittest
from pyramid import testing
+
class ViewTests(unittest.TestCase):
def setUp(self):
self.config = testing.setUp()