From ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 7 May 2017 14:58:56 +0300 Subject: Add a netlify test --- test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test.py') 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') -- cgit v1.2.3