🚧 Update skeleton to new project
This commit is contained in:
parent
b2822e4541
commit
cebcde61aa
4 changed files with 34 additions and 57 deletions
7
tests/test_exporter.py
Normal file
7
tests/test_exporter.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import gitea_gitlab_exporter
|
||||
|
||||
|
||||
def test_hello_word(capsys):
|
||||
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