Skip to content

Templated Custom Namer

Choose a tag to compare

@JayBazuzi JayBazuzi released this 28 Jun 18:03
· 96 commits to main since this release

Description

TemplatedCustomNamer is now supported.

Example

namer = TemplatedCustomNamer(
    "{test_source_directory}/{approvals_subdirectory}/{approved_or_received}/"
    "{test_file_name}.{test_case_name}.{file_extension}"
)
verify("Hello", options=Options().with_namer(namer))

See doc

How to Use a Templated Custom Namer