This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-23/src/helper_test.py

10 lines
196 B
Python

"""
src/helper_test.py
=================================
"""
import collections
"""
Core Dummy testcase instance
"""
TestCoreDummy = collections.namedtuple('TestCoreDummy',['errors','failures'])