Skip to content

Commit 5719c23

Browse files
committed
minor polish in follow up to previous PRs. Only comments and docstrings.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6066 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 011ecef commit 5719c23

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

tests/test_mig_shared_fileio.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
#
2020
# You should have received a copy of the GNU General Public License
2121
# along with this program; if not, write to the Free Software
22-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
23+
# USA.
2324
#
24-
# -- END_HEADER ---
25+
# --- END_HEADER ---
2526
#
2627

2728
"""Unit test fileio functions"""

tests/test_mig_shared_serial.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
# -*- coding: utf-8 -*-
2+
#
3+
# --- BEGIN_HEADER ---
4+
#
5+
# test_mig_shared_serial - unit test of the corresponding mig shared module
6+
# Copyright (C) 2003-2024 The MiG Project by the Science HPC Center at UCPH
7+
#
8+
# This file is part of MiG.
9+
#
10+
# MiG is free software: you can redistribute it and/or modify
11+
# it under the terms of the GNU General Public License as published by
12+
# the Free Software Foundation; either version 2 of the License, or
13+
# (at your option) any later version.
14+
#
15+
# MiG is distributed in the hope that it will be useful,
16+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
# GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License
21+
# along with this program; if not, write to the Free Software
22+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
23+
# USA.
24+
#
25+
# --- END_HEADER ---
26+
#
27+
28+
"""Unit test serial functions"""
229

330
import os
431
import sys

0 commit comments

Comments
 (0)