source: main/waeup.futminna/trunk/src/waeup/futminna/interswitch/tests.py @ 9421

Last change on this file since 9421 was 9410, checked in by Henrik Bettermann, 12 years ago

Configure bank account details for maintenance fee payment.

  • Property svn:keywords set to Id
File size: 6.7 KB
RevLine 
[7894]1## $Id: tests.py 9410 2012-10-25 04:10:15Z henrik $
2##
3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2 of the License, or
7## (at your option) any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17##
18from hurry.workflow.interfaces import IWorkflowState
19from waeup.kofa.students.tests.test_browser import StudentsFullSetup
[8266]20from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
21from waeup.kofa.configuration import SessionConfiguration
[8619]22from waeup.futminna.testing import FunctionalLayer
[7894]23
[7970]24# Also run tests that send requests to external servers?
25#   If you enable this, please make sure the external services
26#   do exist really and are not bothered by being spammed by a test programme.
[8271]27EXTERNAL_TESTS = False
[7970]28
29def external_test(func):
30    if not EXTERNAL_TESTS:
31        myself = __file__
32        if myself.endswith('.pyc'):
33            myself = myself[:-2]
34        print "WARNING: external tests are skipped!"
35        print "WARNING: edit %s to enable them." % myself
36        return
37    return func
38
39
[8266]40class InterswitchTestsStudents(StudentsFullSetup):
[7929]41    """Tests for the Interswitch payment gateway.
[7894]42    """
43
44    layer = FunctionalLayer
45
[7970]46    def setUp(self):
[8266]47        super(InterswitchTestsStudents, self).setUp()
[7970]48        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
[7995]49        self.browser.open(self.payments_path)
[7970]50        IWorkflowState(self.student).setState('cleared')
[7995]51        self.browser.open(self.payments_path + '/addop')
[9386]52        self.browser.getControl(name="form.p_category").value = ['schoolfee']
[7970]53        self.browser.getControl("Create ticket").click()
[9285]54        self.assertMatches('...Payment ticket created...',
[7970]55                           self.browser.contents)
[9386]56
57    def test_interswitch_form(self):
58        # School fee ticket already created in setUp method
[9285]59        ctrl = self.browser.getControl(name='val_id')
60        value = ctrl.options[0]
61        self.browser.getLink(value).click()
[8266]62        self.assertMatches('...Amount Authorized...',
63                           self.browser.contents)
64        self.assertMatches(
[9285]65            '...<span>131500.0</span>...',
[8266]66            self.browser.contents)
67        self.payment_url = self.browser.url
68
69        # Manager can access InterswitchForm
70        self.browser.getLink("CollegePAY", index=0).click()
[9386]71        # The total amount to be processed by Interswitch
72        # has been reduced by the Interswitch fee of 150 Nairas
[8266]73        self.assertMatches('...Total Amount Authorized:...',
74                           self.browser.contents)
75        self.assertMatches(
[9285]76            '...<input type="hidden" name="amount" value="13150000.0" />...',
[8266]77            self.browser.contents)
[9386]78        self.assertMatches(
79            '...item_name="School Fee" item_amt="12970000" bank_id="89" acct_num="0030001000017110"...',
80            self.browser.contents)
81        self.assertMatches(
82            '...item_name="BT Education" item_amt="150000" bank_id="89" acct_num="0061001000021095"...',
83            self.browser.contents)
[8266]84
[9386]85        # Create clearance fee ticket
86        self.browser.open(self.payments_path + '/addop')
87        self.browser.getControl(name="form.p_category").value = ['clearance']
88        self.browser.getControl("Create ticket").click()
89        self.assertMatches('...ticket created...',
90                           self.browser.contents)
91        ctrl = self.browser.getControl(name='val_id')
92        value = ctrl.options[1]
93        self.browser.getLink(value).click()
94        self.assertMatches('...Amount Authorized...',
95                           self.browser.contents)
96        self.assertMatches(
97            '...<span>20000.0</span>...',
98            self.browser.contents)
99        # Manager can access InterswitchForm
100        self.browser.getLink("CollegePAY", index=0).click()
101        # The total amount to be processed by Interswitch
102        # has been reduced by the Interswitch fee of 150 Nairas
103        self.assertMatches('...Total Amount Authorized:...',
104                           self.browser.contents)
105        self.assertMatches(
106            '...<input type="hidden" name="amount" value="2000000.0" />...',
107            self.browser.contents)
108        self.assertMatches(
109            '...item_name="Acceptance Fee" item_amt="1970000" bank_id="120" acct_num="1750005063"...',
110            self.browser.contents)
111        # BT does nor charge a fee for clearance
112        self.assertFalse("BT Education" in self.browser.contents)
113
[9410]114        # Create hostel maintenance ticket
115        self.browser.open(self.payments_path + '/addop')
116        self.browser.getControl(name="form.p_category").value = ['hostel_maintenance']
117        self.browser.getControl("Create ticket").click()
118        self.assertMatches('...ticket created...',
119                           self.browser.contents)
120        ctrl = self.browser.getControl(name='val_id')
121        value = ctrl.options[2]
122        self.browser.getLink(value).click()
123        self.assertMatches('...Amount Authorized...',
124                           self.browser.contents)
125        self.assertMatches(
126            '...<span>10000.0</span>...',
127            self.browser.contents)
128        # Manager can access InterswitchForm
129        self.browser.getLink("CollegePAY", index=0).click()
130        # The total amount to be processed by Interswitch
131        # has been reduced by the Interswitch fee of 150 Nairas
132        self.assertMatches('...Total Amount Authorized:...',
133                           self.browser.contents)
134        self.assertMatches(
135            '...<input type="hidden" name="amount" value="1000000.0" />...',
136            self.browser.contents)
137        self.assertMatches(
138            '...item_name="Hostel Maintenance Fee" item_amt="970000" bank_id="8" acct_num="2018856637"...',
139            self.browser.contents)
140        # BT does nor charge a fee for clearance
141        self.assertFalse("BT Education" in self.browser.contents)
[9386]142
[9410]143
[8266]144    @external_test
145    def test_webservice(self):
146        self.browser.open(self.payment_url + '/request_webservice')
147        self.assertMatches('...Unsuccessful callback...',
148                          self.browser.contents)
149        # The payment is now in state failed
150        self.assertMatches('...<span>Failed</span>...',
[9285]151                          self.browser.contents)
Note: See TracBrowser for help on using the repository browser.