Skip to content

Commit

Permalink
feat(runner): add new TestRunner and BaseRunner configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 2, 2023
1 parent c41e177 commit 9c52d32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/runner/__test__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_target_: hyfi.runner.base.TestRunner
_config_name_: __test__
_config_group_: runner
verbose: false
calls: []
5 changes: 5 additions & 0 deletions src/hyfi/conf/runner/__init__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_target_: hyfi.runner.base.BaseRunner
_config_name_: __init__
_config_group_: runner
verbose: false
calls: []

0 comments on commit 9c52d32

Please sign in to comment.