File diff f56d89462a86 → 8597a526d787
tests/test_reports_fund.py
Show inline comments
...
 
@@ -280,5 +280,5 @@ def test_ods_report(start_date, stop_date):
 

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