Author: Ronan Lamy <[email protected]>
Branch: apptest-file
Changeset: r94338:dd33811ad1b4
Date: 2018-04-15 17:51 +0100
http://bitbucket.org/pypy/pypy/changeset/dd33811ad1b4/

Log:    there are no app_test directories now

diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -109,10 +109,9 @@
     """
     def accept_regular_test(self):
         if self.config.option.runappdirect:
-            # only collect regular tests if we are in an 'app_test' directory,
-            # or in test_lib_pypy
+            # only collect regular tests if we are in test_lib_pypy
             for name in self.listnames():
-                if "app_test" in name or "test_lib_pypy" in name:
+                if "test_lib_pypy" in name:
                     return True
             return False
         return True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to