starting refactor tests

This commit is contained in:
2025-05-04 16:40:10 +03:00
parent adf3431388
commit 477f3a7dec
8 changed files with 57 additions and 49 deletions
+4 -5
View File
@@ -13,10 +13,9 @@ from argenta.orchestrator import Orchestrator
from argenta.command.models import InputCommand
import inspect
def some():
ellipsis
global inspect
pass
inv = InvalidValueInputFlags(InputFlag('test'))
inve = InvalidValueInputFlags(InputFlag('test'))
print(inspect.getsourcelines(some))
print(inv == inve)