records -> results
This commit is contained in:
parent
093818bc81
commit
7c1f1ff5d4
5 changed files with 13 additions and 18 deletions
|
|
@ -49,9 +49,9 @@ def DIR(request) -> DirManager:
|
|||
|
||||
DIR.OUTPUT
|
||||
DIR.SESSION
|
||||
DIR.RECORDS
|
||||
DIR.STATES
|
||||
DIR.RESULTS"""
|
||||
DIR.RESULTS
|
||||
DIR.STATUS"""
|
||||
|
||||
output_dir = request.config.getoption("--output_dir")
|
||||
assert output_dir, "pytest argument --output_dir not set"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue