Listed tests
This commit is contained in:
parent
dada856862
commit
547cb4d059
1 changed files with 17 additions and 0 deletions
17
tests/test_slack.py
Normal file
17
tests/test_slack.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
def test_send_message_to_slack_channel_works_properly():
|
||||
# Build flow
|
||||
|
||||
# Check that server got the thingy
|
||||
pass
|
||||
|
||||
def test_send_message_to_slack_channel_raises_error():
|
||||
assert 1 == 0
|
||||
|
||||
|
||||
def test_flow_with_positive_outcome():
|
||||
assert 1 == 0
|
||||
|
||||
|
||||
def test_flow_with_negative_outcome():
|
||||
assert 1 == 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue