From ece4aa28cf801992cc6282d4fcae812d46c6c000 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 25 Nov 2019 14:25:51 +0100 Subject: [PATCH] properly import environment and steps --- test/behave/features/environment.py | 1 + test/behave/features/steps/steps.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/behave/features/environment.py create mode 100644 test/behave/features/steps/steps.py diff --git a/test/behave/features/environment.py b/test/behave/features/environment.py new file mode 100644 index 000000000..6859d51c8 --- /dev/null +++ b/test/behave/features/environment.py @@ -0,0 +1 @@ +from oas_behave.environment import * diff --git a/test/behave/features/steps/steps.py b/test/behave/features/steps/steps.py new file mode 100644 index 000000000..b41cf10f0 --- /dev/null +++ b/test/behave/features/steps/steps.py @@ -0,0 +1 @@ +from oas_behave.common_steps import * -- GitLab