Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PetePupalaikis committed Mar 19, 2023
1 parent d97418c commit 4e74f2a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions MakeRelease.py
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>

import os
import shutil
import zipfile
Expand Down
2 changes: 1 addition & 1 deletion Test/TestSignalIntegrity/TestAll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
f"""
"""
TestAll.py
"""

Expand Down

0 comments on commit 4e74f2a

Please sign in to comment.