More streamlining of tests
This commit is contained in:
@@ -11,9 +11,6 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install mock
|
|
||||||
- pip install requests
|
|
||||||
- pip install feedparser
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker ps
|
- docker ps
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
requests
|
||||||
|
|||||||
@@ -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 = "flibble"
|
self.search_string = "Version"
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
''' Destroy starter data '''
|
''' Destroy starter data '''
|
||||||
|
|||||||
Reference in New Issue
Block a user