mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
rename "hello-world.project"
This commit is contained in:
parent
aa8f0d9e6a
commit
261ee7bf59
6 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ shells:
|
|||
- /bin/bash
|
||||
|
||||
projects:
|
||||
- name: hello-world.project
|
||||
- name: hello_world
|
||||
enabled: true
|
||||
|
||||
storage:
|
||||
|
|
|
@ -12,7 +12,7 @@ class TestDefault:
|
|||
|
||||
pc = i.config.projects[0]
|
||||
|
||||
assert pc.name == "hello-world.project"
|
||||
assert pc.name == "hello_world"
|
||||
|
||||
def test_empty(self):
|
||||
i = Instance()
|
||||
|
|
|
@ -12,7 +12,7 @@ class TestDefault:
|
|||
|
||||
def test_example(self):
|
||||
p = Project(
|
||||
directory=Path("example/hello-world.project"),
|
||||
directory=Path("example/hello_world"),
|
||||
parent_instance=None,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue