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
55a64c8a
Commit
55a64c8a
authored
Mar 26, 2006
by
Stefan H. Holek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Catch up with standalone ZTC.
parent
47f5c2ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
lib/python/Testing/ZopeTestCase/ZopeLite.py
lib/python/Testing/ZopeTestCase/ZopeLite.py
+3
-0
lib/python/Testing/ZopeTestCase/doc/CHANGES.txt
lib/python/Testing/ZopeTestCase/doc/CHANGES.txt
+1
-1
lib/python/Testing/ZopeTestCase/utils.py
lib/python/Testing/ZopeTestCase/utils.py
+2
-0
No files found.
lib/python/Testing/ZopeTestCase/ZopeLite.py
View file @
55a64c8a
...
...
@@ -61,6 +61,9 @@ def _configure_logging():
import
logging
root
=
logging
.
getLogger
()
if
not
root
.
handlers
:
class
NullHandler
(
logging
.
Handler
):
def
emit
(
self
,
record
):
pass
root
.
addHandler
(
NullHandler
())
logging
.
basicConfig
()
def
_configure_debug_mode
():
...
...
lib/python/Testing/ZopeTestCase/doc/CHANGES.txt
View file @
55a64c8a
...
...
@@ -4,7 +4,7 @@ Unreleased
than GET or HEAD while omitting the stdin argument.
- installProduct() now becomes a noop if ZopeTestCase did not apply its
patches.
- Made
the functional doctests set the
cookie related headers.
- Made
functional doctests set
cookie related headers.
- Made functional doctests set the Www-Authenticate header.
- Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.
...
...
lib/python/Testing/ZopeTestCase/utils.py
View file @
55a64c8a
...
...
@@ -173,5 +173,7 @@ __all__ = [
'startZServer'
,
'importObjectFromFile'
,
'appcall'
,
'makerequest'
,
'makelist'
,
]
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