Skip to content

Commit ca35965

Browse files
committed
format code
1 parent f8e723e commit ca35965

File tree

4 files changed

+249
-150
lines changed

4 files changed

+249
-150
lines changed

test_cases/fiber/devnet/accept_channel/test_accept_channel.py

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,37 @@ class AcceptChannel(CkbTest):
1212
4. 同意的channel 和 temporary_channel_id 如何关联起来
1313
"""
1414

15-
16-
17-
18-
19-
def test_shutdown_script_none(self):
20-
"""
21-
shutdown_script: none
22-
Returns:
23-
24-
"""
25-
26-
def test_shutdown_script(self):
27-
"""
28-
29-
Returns:
30-
31-
"""
32-
33-
def test_shutdown_script_too_big(self):
34-
"""
35-
shutdown_script : data too big ,will cause ckb not enough
36-
Returns:
37-
"""
38-
39-
def test_accept_chanel_same_channel_same_time(self):
40-
"""
41-
accept_chanel 同一时间多次同意同一个channel
42-
Returns:
43-
44-
"""
45-
46-
def test_accept_channel_diff_channel_same_time(self):
47-
"""
48-
accept channel 同一时间多次同意不同的channel
49-
Returns:
50-
51-
"""
15+
#
16+
# def test_shutdown_script_none(self):
17+
# """
18+
# shutdown_script: none
19+
# Returns:
20+
#
21+
# """
22+
#
23+
# def test_shutdown_script(self):
24+
# """
25+
#
26+
# Returns:
27+
#
28+
# """
29+
#
30+
# def test_shutdown_script_too_big(self):
31+
# """
32+
# shutdown_script : data too big ,will cause ckb not enough
33+
# Returns:
34+
# """
35+
#
36+
# def test_accept_chanel_same_channel_same_time(self):
37+
# """
38+
# accept_chanel 同一时间多次同意同一个channel
39+
# Returns:
40+
#
41+
# """
42+
#
43+
# def test_accept_channel_diff_channel_same_time(self):
44+
# """
45+
# accept channel 同一时间多次同意不同的channel
46+
# Returns:
47+
#
48+
# """

0 commit comments

Comments
 (0)