Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r44810:ad83f80d825f
Date: 2011-06-07 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ad83f80d825f/

Log:    the remaining tests do not belong to any particular group, so we
        just place them in test_misc

diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py 
b/pypy/module/pypyjit/test_pypy_c/test_misc.py
rename from pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
rename to pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -2,7 +2,7 @@
 from pypy.module.pypyjit.test_pypy_c.test_model import BaseTestPyPyC
 
 
-class TestPyPyCNew(BaseTestPyPyC):
+class TestMisc(BaseTestPyPyC):
     def test_f1(self):
         def f1(n):
             "Arbitrary test function."
@@ -183,7 +183,6 @@
         """)
 
 
-
     def test_dont_trace_every_iteration(self):
         def main(a, b):
             i = sa = 0
@@ -214,6 +213,7 @@
         assert log.result == 300 * (-10 % -20)
         assert log.jit_summary.tracing_no == 1
 
+
     def test_overflow_checking(self):
         """
         This test only checks that we get the expected result, not that any
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to