aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-05-07 14:58:56 +0300
committerkongr45gpen <electrovesta@gmail.com>2017-05-07 15:10:57 +0300
commitec801bbfbb3272a55cd5ad041fc94a9c7d2ff797 (patch)
treefc5a29e080fef2f54623e866e335d833e8a2a905 /test.py
parent03aad42d43471714aba380159b2e68ef1ac2d4a7 (diff)
downloadsupybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.tar.gz
supybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.tar.bz2
supybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.zip
Add a netlify test
Diffstat (limited to 'test.py')
-rw-r--r--test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.py b/test.py
index f711595..9300ca6 100644
--- a/test.py
+++ b/test.py
@@ -122,6 +122,16 @@ class GithubTestCase(ExpectationPluginTestCase):
self.assertError('get second message')
+ def testNetlify(self):
+ self.sendRequest('netlify-ready')
+
+ self.describe('first message',
+ it().should.contain('master @ bzflag-plugin-starter'),
+ it().should.contain('ready'),
+ it().should.contain('19a67'),
+ it().should.contain('iisgood')
+ )
+
def testCreateTag(self):
self.sendRequest('create-tag')

© 2014-2024 Faster IT GmbH | imprint | privacy policy