🚧 Update skeleton to new project
This commit is contained in:
parent
b2822e4541
commit
cebcde61aa
4 changed files with 34 additions and 57 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import python_skeleton
|
||||
import gitea_gitlab_exporter
|
||||
|
||||
|
||||
def test_hello_word(capsys):
|
||||
python_skeleton.hello_world()
|
||||
gitea_gitlab_exporter.hello_world()
|
||||
captured = capsys.readouterr()
|
||||
assert captured.out == "Hello World!\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue