🚧 Update skeleton to new project

This commit is contained in:
Neill Cox 2023-10-22 20:43:24 +11:00
parent b2822e4541
commit cebcde61aa
4 changed files with 34 additions and 57 deletions

View file

@ -1,7 +0,0 @@
import python_skeleton
def test_hello_word(capsys):
python_skeleton.hello_world()
captured = capsys.readouterr()
assert captured.out == "Hello World!\n"