Passed
Push — master ( 1bf5cf...d6ff14 )
by Dave
02:20
created

tests.func_minersummary   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 10
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 10
rs 10
c 0
b 0
f 0
wmc 0
1
'''test miner summary'''
2
3
from backend.fcmapp import ApplicationService
4
5
FCM = ApplicationService('test')
6
7
print(FCM.minersummary())
8
9
FCM.shutdown()
10