mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
6 lines
92 B
Python
6 lines
92 B
Python
from behave.runner import Context
|
|
|
|
|
|
def before_all(context: Context):
|
|
context.vars = {}
|