Skip to content

Commit e6ea0b8

Browse files
committed
Test commit
1 parent d6923f4 commit e6ea0b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/cookiecutter_scverse_instance/pp

src/cookiecutter_scverse_instance/pp/basic.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ def elaborate_example(
9696
break
9797

9898
return result
99+
100+
101+
def another_uncovered_function():
102+
x = 1 + 1
103+
x = x ** 2
104+
return x

0 commit comments

Comments
 (0)