Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
c9785528
Commit
c9785528
authored
Feb 22, 2022
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-589
: Add comments
parent
792c1459
No related branches found
No related tags found
1 merge request
!231
Resolve L2SS-589 "Integration test modules"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/integration-test.yml
+3
-0
3 additions, 0 deletions
docker-compose/integration-test.yml
tangostationcontrol/tangostationcontrol/integration_test/recv_cluster/test_demo.py
+4
-0
4 additions, 0 deletions
...stationcontrol/integration_test/recv_cluster/test_demo.py
with
7 additions
and
0 deletions
docker-compose/integration-test.yml
+
3
−
0
View file @
c9785528
...
@@ -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.
-
"
"
-
"
"
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/integration_test/recv_cluster/test_demo.py
+
4
−
0
View file @
c9785528
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment