lolafect/tests/test_slack.py
2023-01-09 14:28:22 +01:00

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