Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
e9fce716
Commit
e9fce716
authored
Nov 01, 2008
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove fossils.
parent
a2de2015
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
lib/python/Products/Five/browser/tests/test_pages.py
lib/python/Products/Five/browser/tests/test_pages.py
+1
-3
lib/python/Products/Five/browser/tests/test_resource.py
lib/python/Products/Five/browser/tests/test_resource.py
+1
-2
No files found.
lib/python/Products/Five/browser/tests/test_pages.py
View file @
e9fce716
...
...
@@ -66,10 +66,9 @@ def test_view_with_unwrapped_context():
def
test_suite
():
import
unittest
from
Testing.ZopeTestCase
import
installProduct
,
ZopeDocTestSuite
from
Testing.ZopeTestCase
import
ZopeDocTestSuite
from
Testing.ZopeTestCase
import
ZopeDocFileSuite
from
Testing.ZopeTestCase
import
FunctionalDocFileSuite
installProduct
(
'PythonScripts'
)
# for Five.tests.testing.restricted
return
unittest
.
TestSuite
((
ZopeDocTestSuite
(),
ZopeDocFileSuite
(
'pages.txt'
,
package
=
'Products.Five.browser.tests'
),
...
...
@@ -78,4 +77,3 @@ def test_suite():
FunctionalDocFileSuite
(
'aqlegacy_ftest.txt'
,
package
=
'Products.Five.browser.tests'
),
))
return
suite
lib/python/Products/Five/browser/tests/test_resource.py
View file @
e9fce716
...
...
@@ -18,9 +18,8 @@ $Id$
def
test_suite
():
import
unittest
from
Testing.ZopeTestCase
import
installProduct
,
ZopeDocFileSuite
from
Testing.ZopeTestCase
import
ZopeDocFileSuite
from
Testing.ZopeTestCase
import
FunctionalDocFileSuite
installProduct
(
'PythonScripts'
)
# for Five.tests.testing.restricted
return
unittest
.
TestSuite
((
ZopeDocFileSuite
(
'resource.txt'
,
package
=
'Products.Five.browser.tests'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment