Skip to content
Snippets Groups Projects
Commit c9785528 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-589: Add comments

parent 792c1459
No related branches found
No related tags found
1 merge request!231Resolve L2SS-589 "Integration test modules"
...@@ -30,4 +30,7 @@ services: ...@@ -30,4 +30,7 @@ services:
- -- - --
- tox --recreate -e integration - tox --recreate -e integration
command: command:
# Allow for arguments to be passed that wil be put after the entrypoint
# tox is configured to take these arguments as integration test directory
# specifications.
- "" - ""
...@@ -15,6 +15,10 @@ logger = logging.getLogger() ...@@ -15,6 +15,10 @@ logger = logging.getLogger()
class TestDemo(base.IntegrationTestCase): class TestDemo(base.IntegrationTestCase):
""" This test will not be run until L2SS-484 is merged.
It serves as a trivial example of test exclusion since the unit tests pass
even though assertTrue(False) can trivially be determined to never succeed.
"""
def setUp(self): def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment