Commit e0164792 authored by Jérome Perrin's avatar Jérome Perrin

explain why TestPurchaseAccountingRules is far from perfect


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cf143f4
......@@ -1831,6 +1831,10 @@ class TestSaleAccountingRules(SaleInvoiceTest, TestAccountingRules):
class TestPurchaseAccountingRules(PurchaseInvoiceTest, TestAccountingRules):
# XXX this test is not really complete, originally we were testing Sale only,
# so the test steps just test that source is correct, and not the
# destination. For now it just tests that workflows for Purchase invokes
# building correctly ...
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment