mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Explicit import in scenario steps
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# flake8: noqa
|
||||
import time
|
||||
from behave import given, when
|
||||
from support import model
|
||||
from support import model, assert_equal
|
||||
|
||||
@given(u'I configure the following accounts on the credit control policy with oid: "{policy_oid}"')
|
||||
def impl(ctx, policy_oid):
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from support import model, assert_equal, assert_in, assert_true
|
||||
|
||||
# flake8: noqa
|
||||
@given(u'I change level for invoice "{invoice_name}" to "{level_name}" of policy "{policy_name}"')
|
||||
def impl(ctx, invoice_name, level_name, policy_name):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# flake8: noqa
|
||||
from support import *
|
||||
from support import model, assert_equal, assert_almost_equal
|
||||
import datetime
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user