Changeset 12815 for main/waeup.ikoba/trunk/src/waeup/ikoba/payments
- Timestamp:
- 23 Mar 2015, 16:19:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/tests/test_catalog.py
r12814 r12815 27 27 28 28 def test_catalog_catalogs_ipayments(self): 29 # the catalog will regi ter IPayment objects stored29 # the catalog will register IPayment objects stored 30 30 app = self.create_app() 31 31 payment = Payment(payer=FakePayer(), payable=FakePayable())
Note: See TracChangeset for help on using the changeset viewer.