bdd: directly call utility scripts in lib

This removes the dependency on php-symfony-dotenv for the tests.
This commit is contained in:
Sarah Hoffmann
2021-01-14 18:19:22 +01:00
parent 9348fc5e15
commit 2f73bb3643
5 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
from behave import *
from pathlib import Path
from behave import *
from steps.geometry_factory import GeometryFactory
from steps.nominatim_environment import NominatimEnvironment