creating constants
This commit is contained in:
parent
6df8e39bb1
commit
9d97d568ec
6 changed files with 34 additions and 24 deletions
|
|
@ -6,7 +6,7 @@ from processor import ProcessorInterface
|
|||
|
||||
def test_processor_static():
|
||||
ProcessorInterface.static_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "./fixtures/static.yml")
|
||||
static = ProcessorInterface.factory("static")
|
||||
static = ProcessorInterface.factory(ProcessorInterface.STATIC)
|
||||
|
||||
parsed_object = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue