Skip to content

Commit

Permalink
Merge pull request #227 from JensTimmerman/cleanup
Browse files Browse the repository at this point in the history
fix tests and bugs for new vsc-install
  • Loading branch information
boegel committed May 18, 2016
2 parents 0cc76b2 + 46e8bca commit 3d0f9a1
Show file tree
Hide file tree
Showing 36 changed files with 82 additions and 44 deletions.
2 changes: 1 addition & 1 deletion bin/logdaemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/affinity.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/dateandtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
8 changes: 6 additions & 2 deletions lib/vsc/utils/fancylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down Expand Up @@ -187,7 +187,11 @@ class FancyLogger(logging.getLoggerClass()):

# default class for raiseException method, that can be redefined by deriving loggers
RAISE_EXCEPTION_CLASS = Exception
RAISE_EXCEPTION_LOG_METHOD = lambda c, msg: c.warning(msg)

def log_method(self, msg):
self.warning(msg)

RAISE_EXCEPTION_LOG_METHOD = log_method

# method definition as it is in logging, can't change this
def makeRecord(self, name, level, pathname, lineno, msg, args, excinfo, func=None, extra=None):
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/generaloption.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
15 changes: 9 additions & 6 deletions lib/vsc/utils/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, url, username=None, password=None, token=None, token_type='To
elif token is not None:
self.auth_header = '%s %s' % (token_type, token)

def get(self, url, headers={}, **params):
def get(self, url, headers=None, **params):
"""
Do a http get request on the given url with given headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -114,7 +114,7 @@ def get(self, url, headers={}, **params):
url += self.urlencode(params)
return self.request(self.GET, url, None, headers)

def head(self, url, headers={}, **params):
def head(self, url, headers=None, **params):
"""
Do a http head request on the given url with given headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -124,7 +124,7 @@ def head(self, url, headers={}, **params):
url += self.urlencode(params)
return self.request(self.HEAD, url, None, headers)

def delete(self, url, headers={}, **params):
def delete(self, url, headers=None, **params):
"""
Do a http delete request on the given url with given headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -134,7 +134,7 @@ def delete(self, url, headers={}, **params):
url += self.urlencode(params)
return self.request(self.DELETE, url, None, headers)

def post(self, url, body=None, headers={}, **params):
def post(self, url, body=None, headers=None, **params):
"""
Do a http post request on the given url with given body, headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -145,7 +145,7 @@ def post(self, url, body=None, headers={}, **params):
headers['Content-Type'] = 'application/json'
return self.request(self.POST, url, json.dumps(body), headers)

def put(self, url, body=None, headers={}, **params):
def put(self, url, body=None, headers=None, **params):
"""
Do a http put request on the given url with given body, headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -156,7 +156,7 @@ def put(self, url, body=None, headers={}, **params):
headers['Content-Type'] = 'application/json'
return self.request(self.PUT, url, json.dumps(body), headers)

def patch(self, url, body=None, headers={}, **params):
def patch(self, url, body=None, headers=None, **params):
"""
Do a http patch request on the given url with given body, headers and parameters
Parameters is a dictionary that will will be urlencoded
Expand All @@ -168,6 +168,9 @@ def patch(self, url, body=None, headers={}, **params):
return self.request(self.PATCH, url, json.dumps(body), headers)

def request(self, method, url, body, headers):
"""Low-level networking. All HTTP-method methods call this"""
if headers is None:
headers = {}
if self.auth_header is not None:
headers['Authorization'] = self.auth_header
headers['User-Agent'] = self.user_agent
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
import vsc.install.shared_setup as shared_setup
from vsc.install.shared_setup import ag, kh, jt, sdw

VSC_INSTALL_REQ_VERSION = '0.9.19'
VSC_INSTALL_REQ_VERSION = '0.10.1'

PACKAGE = {
'version': '2.4.18',
'version': '2.5.0',
'author': [sdw, jt, ag, kh],
'maintainer': [sdw, jt, ag, kh],
# as long as 1.0.0 is not out, vsc-base should still provide vsc.fancylogger
Expand Down
3 changes: 2 additions & 1 deletion test/00-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand All @@ -23,4 +23,5 @@
# You should have received a copy of the GNU Library General Public License
# along with vsc-base. If not, see <http://www.gnu.org/licenses/>.
#
#
from vsc.install.commontest import CommonTest
25 changes: 25 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
#
# Copyright 2016-2016 Ghent University
#
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
# https://github.com/hpcugent/vsc-base
#
# vsc-base is free software: you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation, either version 2 of
# the License, or (at your option) any later version.
#
# vsc-base is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public License
# along with vsc-base. If not, see <http://www.gnu.org/licenses/>.
#

2 changes: 1 addition & 1 deletion test/asyncprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/dateandtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/fancylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
10 changes: 7 additions & 3 deletions test/generaloption.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down Expand Up @@ -41,7 +41,7 @@
from vsc.utils.missing import shell_quote, shell_unquote
from vsc.utils.optcomplete import gen_cmdline
from vsc.utils.run import run_simple
from vsc.install.shared_setup import REPO_BASE_DIR
from vsc.install.shared_setup import vsc_setup
from vsc.install.testing import TestCase


Expand Down Expand Up @@ -117,6 +117,10 @@ def ext_options(self):
class GeneralOptionTest(TestCase):
"""Tests for general option"""

def setUp(self):
super(GeneralOptionTest, self).setUp()
self.setup = vsc_setup()

def test_help_short(self):
"""Generate short help message"""
topt = TestOption1(go_args=['-h'],
Expand Down Expand Up @@ -685,7 +689,7 @@ def test_optcomplete(self):
partial = '-'
cmd_list = [script, partial]

pythonpath = 'PYTHONPATH=%s' % os.pathsep.join([p for p in sys.path if p.startswith(REPO_BASE_DIR)])
pythonpath = 'PYTHONPATH=%s' % os.pathsep.join([p for p in sys.path if p.startswith(self.setup.REPO_BASE_DIR)])
ec, out = run_simple('%s %s; test $? == 1' % (pythonpath, gen_cmdline(cmd_list, partial, shebang=False)))
# tabcompletion ends with exit 1!; test returns this to 0
# avoids run.log.error message
Expand Down
2 changes: 1 addition & 1 deletion test/missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/optcomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/runtests/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
2 changes: 1 addition & 1 deletion test/runtests/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be),
# the Flemish Research Foundation (FWO) (http://www.fwo.be/en)
# and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en).
#
Expand Down
Loading

0 comments on commit 3d0f9a1

Please sign in to comment.