First pass at implemenation with pagerduty webhooks
This commit is contained in:
parent
b71b8d95ff
commit
80c6fbd7bb
15 changed files with 1419 additions and 0 deletions
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
5
tests/test_ops_bot.py
Normal file
5
tests/test_ops_bot.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from ops_bot import __version__
|
||||
|
||||
|
||||
def test_version() -> None:
|
||||
assert __version__ == "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue