Commit 972cc1c5 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend/test: Reformat part of docstring

parent 1344f1d4
...@@ -54,11 +54,11 @@ def findFreeTCPPort(ip=''): ...@@ -54,11 +54,11 @@ def findFreeTCPPort(ip=''):
class SlapOSInstanceTestCase(unittest.TestCase): class SlapOSInstanceTestCase(unittest.TestCase):
"""Install one slapos instance. """Install one slapos instance.
This test case install software(s) and request one instance during `setUpClass` This test case install software(s) and request one instance during
and destroy the instance during `tearDownClass`. `setUpClass` and destroy the instance during `tearDownClass`.
Software Release URL, Instance Software Type and Instance Parameters can be defined Software Release URL, Instance Software Type and Instance Parameters can be
on the class. defined on the class.
All tests from the test class will run with the same instance. All tests from the test class will run with the same instance.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment