10 lines
196 B
Python
10 lines
196 B
Python
"""
|
|
src/helper_test.py
|
|
=================================
|
|
"""
|
|
import collections
|
|
|
|
"""
|
|
Core Dummy testcase instance
|
|
"""
|
|
TestCoreDummy = collections.namedtuple('TestCoreDummy',['errors','failures']) |