From 4e74f2af1146d27d3a9c3abca05bf43034e8f4c7 Mon Sep 17 00:00:00 2001 From: PetePupalaikis Date: Sun, 19 Mar 2023 19:13:35 -0400 Subject: [PATCH] fixed tests --- MakeRelease.py | 20 ++++++++++++++++++++ Test/TestSignalIntegrity/TestAll.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/MakeRelease.py b/MakeRelease.py index 6988fde8d..e0fa4dc23 100644 --- a/MakeRelease.py +++ b/MakeRelease.py @@ -1,3 +1,23 @@ +""" +MakeRelease.py +""" + +# Copyright (c) 2018 Teledyne LeCroy, Inc. +# All rights reserved worldwide. +# +# This file is part of SignalIntegrity. +# +# SignalIntegrity is free software: You can redistribute it and/or modify it under the terms +# of the GNU General Public License as published by the Free Software Foundation, either +# version 3 of the License, or any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program. +# If not, see + import os import shutil import zipfile diff --git a/Test/TestSignalIntegrity/TestAll.py b/Test/TestSignalIntegrity/TestAll.py index b15a5a6f6..d506f49e4 100644 --- a/Test/TestSignalIntegrity/TestAll.py +++ b/Test/TestSignalIntegrity/TestAll.py @@ -1,4 +1,4 @@ -f""" +""" TestAll.py """