Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from ZAdamMac/Release-Dev
Browse files Browse the repository at this point in the history
Merge Tests into Master
  • Loading branch information
ZAdamMac committed Oct 28, 2018
2 parents c4d6254 + db7940d commit c97c65a
Show file tree
Hide file tree
Showing 15 changed files with 847 additions and 515 deletions.
6 changes: 3 additions & 3 deletions Current Release/testing/unit-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def testRIFFCompliance(namespace):
# Declare Some Constants

ns = type('',(),{})() # We need a general-purpose namespace object
ns.keySig = 0 # TODO generate and encode
ns.keyCrypt = 0 # TODO GENERATE AND ENCODE
ns.goodRIFF = 0 # TODO Generate and Encode
ns.keySig = 0
ns.keyCrypt = 0
ns.goodRIFF = 0
ns.filename = "unit_test-"+str(ns.uid)+"-"+str(date.today())+".log"
ns.logger = fw.simpleLogger("Logs",ns.filename,"unit-tests")
2 changes: 1 addition & 1 deletion Development/Testing/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import time

# Define the Classes We Use
class simpleLogger: # dedicated skip-logging handler for use in buildBlocks
class SimpleLogger: # dedicated skip-logging handler for use in buildBlocks
def __init__(self, landingdir,name, test): # starts the skiplogger and tells it it will be writing to landingdir with name
landingAbs = os.path.join(landingdir, name)
if not os.path.exists(landingdir):
Expand Down
252 changes: 0 additions & 252 deletions Development/Testing/integrity-tests.py

This file was deleted.

0 comments on commit c97c65a

Please sign in to comment.