mirror of
https://github.com/mvt-project/mvt.git
synced 2026-06-11 09:17:49 +02:00
Annotate module run order test state
This commit is contained in:
@@ -11,7 +11,7 @@ from mvt.common.module import MVTModule
|
||||
|
||||
|
||||
class RecordingModule(MVTModule):
|
||||
run_order = []
|
||||
run_order: list[str] = []
|
||||
|
||||
def run(self):
|
||||
self.run_order.append(self.__class__.__name__)
|
||||
|
||||
Reference in New Issue
Block a user