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
422ab1b6
Commit
422ab1b6
authored
Aug 08, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable default warnings during tests, so we see them in Python 2.7
parent
7a1b6e68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
buildout.cfg
buildout.cfg
+6
-0
No files found.
buildout.cfg
View file @
422ab1b6
...
@@ -22,6 +22,9 @@ auto-checkout =
...
@@ -22,6 +22,9 @@ auto-checkout =
[test]
[test]
recipe = zc.recipe.testrunner
recipe = zc.recipe.testrunner
initialization =
import warnings
warnings.simplefilter('default')
eggs = Zope2
eggs = Zope2
...
@@ -39,6 +42,9 @@ scripts = zopepy
...
@@ -39,6 +42,9 @@ scripts = zopepy
[alltests]
[alltests]
recipe = zc.recipe.testrunner
recipe = zc.recipe.testrunner
initialization =
import warnings
warnings.simplefilter('default')
eggs =
eggs =
Zope2
Zope2
AccessControl
AccessControl
...
...
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