eric7/Testing/Interfaces/__init__.py

branch
unittest
changeset 9074
1afb90182258
parent 9066
a219ade50f7c
child 9084
ee36935f4edd
--- a/eric7/Testing/Interfaces/__init__.py	Wed May 18 09:19:09 2022 +0200
+++ b/eric7/Testing/Interfaces/__init__.py	Wed May 18 10:54:32 2022 +0200
@@ -15,7 +15,13 @@
     PytestExecutor,
 )
 
-FrameworkNames = (
-    UnittestExecutor.name,
-    PytestExecutor.name,
-)
+FrameworkNames = {
+    "MicroPython": (
+        UnittestExecutor.name,
+        PytestExecutor.name,
+    ),
+    "Python3": (
+        UnittestExecutor.name,
+        PytestExecutor.name,
+    ),
+}

eric ide

mercurial