Changeset 12154 for main/waeup.ikoba/branches/uli-payments
- Timestamp:
- 5 Dec 2014, 17:17:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/tests/test_payment.py
r12153 r12154 49 49 # the initial state of payments is <unpaid> 50 50 p1 = Payment() 51 p1.state == STATE_PAID51 assert p1.state == STATE_UNPAID 52 52 53 53 def test_approve(self):
Note: See TracChangeset for help on using the changeset viewer.