Skip to content

Commit a6aef39

Browse files
author
Anton Zelenov
committed
Add test stub
1 parent f7cbe37 commit a6aef39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_stub.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file is needed to have green marks in GitHub CI
2+
3+
def test_ok() -> None:
4+
assert True

0 commit comments

Comments
 (0)