[pypy-svn] r14777 - pypy/dist/pypy/tool/pytest/test

hpk at codespeak.net hpk at codespeak.net
Tue Jul 19 17:46:26 CEST 2005


Author: hpk
Date: Tue Jul 19 17:46:18 2005
New Revision: 14777

Modified:
   pypy/dist/pypy/tool/pytest/test/test_overview.py
Log:
don't test for a particular test to have passed 


Modified: pypy/dist/pypy/tool/pytest/test/test_overview.py
==============================================================================
--- pypy/dist/pypy/tool/pytest/test/test_overview.py	(original)
+++ pypy/dist/pypy/tool/pytest/test/test_overview.py	Tue Jul 19 17:46:18 2005
@@ -18,6 +18,6 @@
                     meth = getattr(result, 'is'+type)
                     assert meth()
 
-    def test_getlatest_datetime(self): 
-        result = self.rc.getlatest('test_datetime', ok=1) 
-        assert result
+    #def test_getlatest_datetime(self): 
+    #    result = self.rc.getlatest('test_datetime', ok=1) 
+    #    assert result



More information about the Pypy-commit mailing list