1
0
Fork 0
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:
Jörn-Michael Miehe 2022-02-21 22:47:19 +01:00
parent aa8f0d9e6a
commit 261ee7bf59
6 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ shells:
- /bin/bash
projects:
- name: hello-world.project
- name: hello_world
enabled: true
storage:

View file

@ -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()

View file

@ -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,
)