mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-09 08:34:27 +01:00
Adds basic unit tests for the Carrier
Further testing is required for this one.
This commit is contained in:
@@ -6,6 +6,8 @@ from pisa.errors import UNKNOWN_JSON_RPC_EXCEPTION
|
||||
|
||||
logger = Logger("Carrier")
|
||||
|
||||
# FIXME: This class is not fully covered by unit tests
|
||||
|
||||
|
||||
class Receipt:
|
||||
def __init__(self, delivered, confirmations=0, reason=None):
|
||||
|
||||
Reference in New Issue
Block a user