17 lines
No EOL
315 B
Python
17 lines
No EOL
315 B
Python
|
|
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 |