- Timestamp:
- 20 Mar 2012, 15:21:01 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/interswitch/tests.py
r7928 r7929 20 20 from waeup.custom.testing import FunctionalLayer 21 21 22 class StudentUITests(StudentsFullSetup):23 """Tests for customized student class views and pages22 class InterswitchTests(StudentsFullSetup): 23 """Tests for the Interswitch payment gateway. 24 24 """ 25 25 … … 37 37 '&url=http://xyz') % (resp, apprAmt) 38 38 39 def test_ manage_payments(self):39 def test_callback(self): 40 40 41 # Managers can add online payment tickets42 41 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 43 42 self.browser.open(self.payments_student_path)
Note: See TracChangeset for help on using the changeset viewer.