~trb143/openlp/more_media

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_plugins/bibles/test_lib_manager.py

  • Committer: Raoul Snyman
  • Author(s): Bastian Germann
  • Date: 2019-05-01 04:37:20 UTC
  • mfrom: (2857.2.4 gpl3)
  • Revision ID: raoul@snyman.info-20190501043720-ce0pfz6jr2whd1zw
Change OpenLP's license to GPLv3 or later

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
3
3
 
4
 
###############################################################################
5
 
# OpenLP - Open Source Lyrics Projection                                      #
6
 
# --------------------------------------------------------------------------- #
7
 
# Copyright (c) 2008-2019 OpenLP Developers                                   #
8
 
# --------------------------------------------------------------------------- #
9
 
# This program is free software; you can redistribute it and/or modify it     #
10
 
# under the terms of the GNU General Public License as published by the Free  #
11
 
# Software Foundation; version 2 of the License.                              #
12
 
#                                                                             #
13
 
# This program is distributed in the hope that it will be useful, but WITHOUT #
14
 
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       #
15
 
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for    #
16
 
# more details.                                                               #
17
 
#                                                                             #
18
 
# You should have received a copy of the GNU General Public License along     #
19
 
# with this program; if not, write to the Free Software Foundation, Inc., 59  #
20
 
# Temple Place, Suite 330, Boston, MA 02111-1307 USA                          #
21
 
###############################################################################
 
4
##########################################################################
 
5
# OpenLP - Open Source Lyrics Projection                                 #
 
6
# ---------------------------------------------------------------------- #
 
7
# Copyright (c) 2008-2019 OpenLP Developers                              #
 
8
# ---------------------------------------------------------------------- #
 
9
# This program is free software: you can redistribute it and/or modify   #
 
10
# it under the terms of the GNU General Public License as published by   #
 
11
# the Free Software Foundation, either version 3 of the License, or      #
 
12
# (at your option) any later version.                                    #
 
13
#                                                                        #
 
14
# This program is distributed in the hope that it will be useful,        #
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of         #
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          #
 
17
# GNU General Public License for more details.                           #
 
18
#                                                                        #
 
19
# You should have received a copy of the GNU General Public License      #
 
20
# along with this program.  If not, see <https://www.gnu.org/licenses/>. #
 
21
##########################################################################
22
22
"""
23
23
Functional tests to test the Bible Manager class and related methods.
24
24
"""