File diff f56d89462a86 → 8597a526d787
tests/test_reports_ledger.py
Show inline comments
...
 
@@ -557,5 +557,5 @@ def test_main_invalid_account(caplog, arg):
 

	
 
def test_main_no_postings(caplog):
 
    retcode, output, errors = run_main(['NonexistentProject'])
 
    assert retcode == 18
 
    assert retcode == 65
 
    assert any(log.levelname == 'WARNING' for log in caplog.records)