File diff c230f91ab7a7 → fdd9f2847b78
tests/testutil.py
Show inline comments
...
 
@@ -194,6 +194,12 @@ NON_STRING_METADATA_VALUES = [
 
    Amount(500, None),
 
]
 

	
 
FIXME_VALUES = [
 
    'FIXME',
 
    'FIXME loose comment',
 
    'FIXME: comment with punctuation',
 
]
 

	
 
OPENING_EQUITY_ACCOUNTS = itertools.cycle([
 
    'Equity:Funds:Unrestricted',
 
    'Equity:Funds:Restricted',