trying to see if this can be streamlined
This commit is contained in:
@@ -14,15 +14,12 @@ before_script:
|
|||||||
- pip install mock
|
- pip install mock
|
||||||
- pip install requests
|
- pip install requests
|
||||||
- pip install feedparser
|
- pip install feedparser
|
||||||
- pip install coverage
|
|
||||||
- pip install coveralls
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker ps
|
- docker ps
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- curl -I 127.0.0.1:80
|
- curl -I 127.0.0.1:80
|
||||||
- python tests.py
|
- python tests.py
|
||||||
- coverage run tests.py
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q
|
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
jinja2
|
|
||||||
PyYaml
|
|
||||||
mistune
|
|
||||||
markdown
|
|
||||||
pygments
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ContentTest(unittest.TestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
''' Create some starter data to be used in tests '''
|
''' Create some starter data to be used in tests '''
|
||||||
self.domain = "http://127.0.0.1"
|
self.domain = "http://127.0.0.1"
|
||||||
self.search_string = "Version"
|
self.search_string = "flibble"
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
''' Destroy starter data '''
|
''' Destroy starter data '''
|
||||||
|
|||||||
Reference in New Issue
Block a user