Bläddra i källkod

Disabling JFrameGallery tests until they can be re-written.

Marcus McLaughlin 15 år sedan
förälder
incheckning
0e47b9eb09
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      apps/jframegallery/src/jframegallery/test.py

+ 5 - 1
apps/jframegallery/src/jframegallery/test.py

@@ -29,8 +29,11 @@ from desktop.lib.django_test_util import make_logged_in_client
 LOG = logging.getLogger(__name__)
 CWD = os.path.dirname(__file__)
 
+
+
+"""
 def _get_all_gallery_files():
-  """Return a list of files in the gallery directory"""
+  Return a list of files in the gallery directory
   gallery_dir = os.path.join(CWD, 'templates', 'gallery')
   return os.listdir(gallery_dir)
 
@@ -60,3 +63,4 @@ def test_galleries():
 
     # Check that the source renders
     cli.get(source_url)
+"""