@@ -2,8 +2,11 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import unittest
|
import unittest
|
||||||
import subprocess
|
import subprocess
|
||||||
|
from typing import Mapping, Any
|
||||||
|
|
||||||
|
|
||||||
class TestLightning(unittest.TestCase):
|
class TestLightning(unittest.TestCase):
|
||||||
|
agents: Mapping[str, Mapping[str, Any]]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def run_shell(args, timeout=30):
|
def run_shell(args, timeout=30):
|
||||||
|
|||||||
Reference in New Issue
Block a user