diff GenerateConfigurationForTests.py @ 568:6399d3a1cd30

WSI: fix compatibility with Python 3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jul 2023 13:06:38 +0200
parents a06d0a45c62f
children 536e1a76a2b5
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Wed Jul 12 16:12:03 2023 +0200
+++ b/GenerateConfigurationForTests.py	Thu Jul 13 13:06:38 2023 +0200
@@ -227,6 +227,11 @@
     'MaximumConnectionRetries' : 7,
 }
 
+config['WholeSlideImaging'] = {
+    'ServeMirador' : True,
+    'ServeOpenSeadragon' : True,
+}
+
 
 
 # Enable case-insensitive PN (the default on versions <= 0.8.6)