Closed AlexTheWizardL closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Flag | Coverage Δ | |
---|---|---|
unittests | 64.54% <100.00%> (+0.26%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files with missing lines | Coverage Δ | |
---|---|---|
pyledger/ledger_engine.py | 65.43% <100.00%> (+0.56%) |
:arrow_up: |
Ready to merge.
I've added four additional commits to beautify and improve. @AlexTheWizardL: Please shout if you disagree.
Summary of Changes:
txn_to_str()
method to theLedgerEngine
class to provide a consistent, unique representation of ledger transactions in CSV-like string format.txn_to_str()
@lasuk Please review the changes and provide feedback or approval for merging.