Commit 44a429a3 authored by Łukasz Nowak's avatar Łukasz Nowak

XXX check_surykatka_json: Placeholders for test split

parent 0157edfb
...@@ -1118,3 +1118,33 @@ class TestCheckSurykatkaJSONHttpQuery(CheckSurykatkaJSONMixin): ...@@ -1118,3 +1118,33 @@ class TestCheckSurykatkaJSONHttpQuery(CheckSurykatkaJSONMixin):
"https://www.whoisminus29.com/ : " "https://www.whoisminus29.com/ : "
"whois: ERROR whoisminus29.com expires in < 30 days" "whois: ERROR whoisminus29.com expires in < 30 days"
) )
class TestCheckSurykatkaJSONHttpQueryDnsQuery(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
class TestCheckSurykatkaJSONHttpQueryWhois(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
class TestCheckSurykatkaJSONHttpTcpServer(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
class TestCheckSurykatkaJSONHttpHttpQuery(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
class TestCheckSurykatkaJSONHttpSslCertificate(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
class TestCheckSurykatkaJSONHttpElapsedTime(CheckSurykatkaJSONMixin):
def test(self):
self.fail('TODO')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment