Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
2e6dc54e
Commit
2e6dc54e
authored
Oct 09, 2020
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix "caddy-frontend: Test for proper parameter passing"
Be nice test and clean up your own mess.
parent
fe6258ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+10
-0
No files found.
software/caddy-frontend/test/test.py
View file @
2e6dc54e
...
...
@@ -6764,6 +6764,16 @@ class TestPassedRequestParameter(HttpFrontendTestCase):
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
)
@
classmethod
def
tearDownClass
(
cls
):
cls
.
slap
.
supply
(
cls
.
frontend_2_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
super
(
TestPassedRequestParameter
,
cls
).
tearDownClass
()
instance_parameter_dict
=
{
'port'
:
HTTPS_PORT
,
'plain_http_port'
:
HTTP_PORT
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment