|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# This file is part of Invenio. |
4 | 3 | # Copyright (C) 2023-2025 CERN. |
5 | | -# Copyright (C) 2025 Graz University of Technology. |
6 | 4 | # |
7 | | -# Invenio is free software; you can redistribute it |
8 | | -# and/or modify it under the terms of the GNU General Public License as |
9 | | -# published by the Free Software Foundation; either version 2 of the |
10 | | -# License, or (at your option) any later version. |
11 | | -# |
12 | | -# Invenio is distributed in the hope that it will be |
13 | | -# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 | | -# General Public License for more details. |
16 | | -# |
17 | | -# You should have received a copy of the GNU General Public License |
18 | | -# along with Invenio; if not, write to the |
19 | | -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
20 | | -# MA 02111-1307, USA. |
21 | | -# |
22 | | -# In applying this license, CERN does not |
23 | | -# waive the privileges and immunities granted to it by virtue of its status |
24 | | -# as an Intergovernmental Organization or submit itself to any jurisdiction. |
25 | | - |
| 5 | +# Invenio-VCS is free software; you can redistribute it and/or modify |
| 6 | +# it under the terms of the MIT License; see LICENSE file for more details. |
26 | 7 | """Pytest configuration.""" |
27 | 8 |
|
28 | 9 | from __future__ import absolute_import, print_function |
@@ -154,7 +135,7 @@ def running_app(app, location, cache): |
154 | 135 | def test_user(app, db, remote_apps): |
155 | 136 | """Creates a test user. |
156 | 137 |
|
157 | | - Links the user to a github RemoteToken. |
| 138 | + Links the user to a VCS RemoteToken. |
158 | 139 | """ |
159 | 140 | datastore = app.extensions["security"].datastore |
160 | 141 | user = datastore.create_user( |
|
0 commit comments