File diff dd19e2a7a663 → 3dfe2669455b
tests/test_meta_payable_documentation.py
Show inline comments
...
 
@@ -29,20 +29,20 @@ ACCOUNTS = [
 
]
 

	
 
SUPPORTING_METADATA = [
 
    'approval',
 
    'contract',
 
    'invoice',
 
]
 

	
 
NON_SUPPORTING_METADATA = [
 
    'approval',
 
    'check',
 
    'invoice',
 
    'purchase-order',
 
    'receipt',
 
    'statement',
 
]
 

	
 
OTHER_ACCT = 'Expenses:Other'
 
MISSING_MSG = f"{{}} missing invoice/contract".format
 
MISSING_MSG = f"{{}} missing approval/contract".format
 

	
 
# for supporting links, use the lists from testutil