mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 14:15:45 +00:00
adding latest tests
This commit is contained in:
8
tests/test_cli/data/config/missing_template/config.yml
Normal file
8
tests/test_cli/data/config/missing_template/config.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
tembo:
|
||||
scopes:
|
||||
- name: some_scope
|
||||
example: tembo new some_scope
|
||||
path: some_scope
|
||||
filename: "{name}"
|
||||
extension: md
|
||||
template_filename: some_nonexistent_template.md.tpl
|
||||
@@ -5,6 +5,10 @@
|
||||
path: "some_scope"
|
||||
filename: "{name}"
|
||||
extension: md
|
||||
- name: some_scope_no_example
|
||||
path: "some_scope"
|
||||
filename: "{name}"
|
||||
extension: md
|
||||
- name: another_some_scope
|
||||
example: tembo new another_some_scope
|
||||
path: "another_some_scope"
|
||||
|
||||
Reference in New Issue
Block a user