Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

An experimental repo to learn GitHub Actions behaviour.

Test 52
Konflux Test 01
3 changes: 3 additions & 0 deletions tests/test_hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

def test_say_hello():
assert hello.say_hello() == "Hello"

def test_new_hello():
assert hello.new_hello() == "New Hello"
Loading