Update test PR to work with latest code, fix flake8

This commit is contained in:
Donncha Ó Cearbhaill
2022-01-07 17:03:53 +01:00
parent 513e2cc704
commit 54963b0b59
8 changed files with 29 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
import os
def get_artifact(fname):
"""
Return the artifact path in the artifact folder
@@ -10,9 +11,11 @@ def get_artifact(fname):
return fpath
return
def get_artifact_folder():
return os.path.join(os.path.dirname(__file__), "artifacts")
def init_setup():
"""
init data to have a clean state before testing