File diff c3c19b0ad21c → 547ae657808f
tests/testutil.py
Show inline comments
...
 
@@ -33,6 +33,8 @@ def parse_date(s, fmt='%Y-%m-%d'):
 
def Posting(account, number,
 
            currency='USD', cost=None, price=None, flag=None,
 
            **meta):
 
    if not meta:
 
        meta = None
 
    return bc_data.Posting(
 
        account,
 
        bc_amount.Amount(Decimal(number), currency),