2
# SchoolTool - common information systems platform for school administration
3
# Copyright (c) 2014 Shuttleworth Foundation
5
# This program is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
7
# the Free Software Foundation; either version 2 of the License, or
8
# (at your option) any later version.
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
15
# You should have received a copy of the GNU General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
Selenium Functional Testing Utilities for ISLI.
23
from schooltool.testing.selenium import SeleniumLayer
26
dir = os.path.abspath(os.path.dirname(__file__))
27
filename = os.path.join(dir, 'stesting.zcml')
29
isli_selenium_layer = SeleniumLayer(filename,
31
'isli_selenium_layer')