From de95c94b373f1aeb8341e95adf93b374263c0851 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 14 Jun 2017 14:51:42 +0100 Subject: [PATCH] Commented the licence from displaying in RTD --- test/test_rest.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/test_rest.py b/test/test_rest.py index ef78391..d720a3e 100644 --- a/test/test_rest.py +++ b/test/test_rest.py @@ -1,17 +1,17 @@ """ -Copyright 2017 EMBL-European Bioinformatics Institute - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +.. Copyright 2017 EMBL-European Bioinformatics Institute + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. """ import os @@ -19,7 +19,7 @@ import tempfile import json -from .context import app +from context import app @pytest.fixture def client(request):