[pypy-svn] r77050 - pypy/branch/fast-forward/lib-python

afa at codespeak.net afa at codespeak.net
Mon Sep 13 23:19:16 CEST 2010


Author: afa
Date: Mon Sep 13 23:19:14 2010
New Revision: 77050

Modified:
   pypy/branch/fast-forward/lib-python/conftest.py
Log:
List recently added test


Modified: pypy/branch/fast-forward/lib-python/conftest.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/conftest.py	(original)
+++ pypy/branch/fast-forward/lib-python/conftest.py	Mon Sep 13 23:19:14 2010
@@ -465,6 +465,7 @@
     RegrTest('test_ttk_guionly.py'),
     RegrTest('test_ttk_textonly.py'),
     RegrTest('test_tokenize.py'),
+    RegrTest('test_trace.py'),
     RegrTest('test_traceback.py', core=True),
     RegrTest('test_transformer.py', core=True),
     RegrTest('test_tuple.py', core=True),



More information about the Pypy-commit mailing list