[Zope3-checkins] CVS: Zope3 - Makefile:1.14

Stephan Richter srichter@cbu.edu
Tue, 25 Mar 2003 09:48:31 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv21541

Modified Files:
	Makefile 
Log Message:
Rworked the Locale-related interfaces to be much simpler and attribute 
oriented. Fixed implementation and tests. 

Note: There are fewer tests than before, since a lot of accessor and 
      mutator methods are missing.

Pairing at PyCon Sprint: Trevor and Stephan


=== Zope3/Makefile 1.13 => 1.14 ===
--- Zope3/Makefile:1.13	Thu Feb 27 16:45:12 2003
+++ Zope3/Makefile	Tue Mar 25 09:47:59 2003
@@ -1,5 +1,5 @@
-PYTHON=python2.2
-TESTOPTS=
+PYTHON=python2.3
+TESTOPTS="!(:?zeo|zodb)"
 
 # XXX What should the default be?
 all: inplace
@@ -12,10 +12,10 @@
 	$(PYTHON) setup.py -q build
 
 test_build: build
-	$(PYTHON) test.py -v $(TESTOPTS)
+	$(PYTHON) test.py -p -v $(TESTOPTS)
 
 test_inplace: inplace
-	$(PYTHON) test.py -v $(TESTOPTS)
+	$(PYTHON) test.py -p -v $(TESTOPTS)
 
 # XXX What should the default be?
 test: test_inplace