Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/anim/completeTest
diff options
context:
space:
mode:
Diffstat (limited to 'anim/completeTest')
-rwxr-xr-xanim/completeTest/fileTypeTests.py51
-rwxr-xr-xanim/completeTest/ioexample.py20
-rw-r--r--anim/completeTest/localfile1
-rw-r--r--anim/completeTest/testresult.csv0
4 files changed, 0 insertions, 72 deletions
diff --git a/anim/completeTest/fileTypeTests.py b/anim/completeTest/fileTypeTests.py
deleted file mode 100755
index f770b45..0000000
--- a/anim/completeTest/fileTypeTests.py
+++ /dev/null
@@ -1,51 +0,0 @@
-#! /usr/bin/env python
-#import sys
-
-
-print "\n\nWelcome to the master File Type Tester Interface"
-print "Authors: Scott 'JT' Mengel and Dave Silverman"
-print "\nPlease select the test(s) you want to run in the order you want to run them."
-print "Enter 'Exit' into the prompt to close the program. (NOTE: not working yet)\n"
-print "0. Run all tests"
-print "1. Simple File Type Variety Test, as images (NOTE: not working yet)"
-print "2. Simple File Type variety Test, as sprites (NOTE: not working yet)"
-print "3. Selected Scalability Test (NOTE: not working yet)"
-
-file=open('./testresult.csv','a')
-i=int(1)
-keyIn="temp val"
-
-
-#= .image() Animation Test ========
-#- test ---------------------------
-def imgTest():
- print "imgTest"
-
-
-#= .sprite() Animation Test =======
-#- test ---------------------------
-def spriteTest():
- print "spriteTest"
-
-
-#= Scalability Test ===============
-#- test ---------------------------
-def scaleTest():
- print "scaleTest"
-
-
-#= Super (every) Test =============
-#- test ---------------------------
-def superTest():
- print "superTest"
-
-list=[superTest,imgTest, spriteTest, scaleTest]
-
-while True:
- keyIn=raw_input(">")
-
- try:
- temp = int(keyIn)
- list[temp]()
- except:
- break
diff --git a/anim/completeTest/ioexample.py b/anim/completeTest/ioexample.py
deleted file mode 100755
index 020e09e..0000000
--- a/anim/completeTest/ioexample.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /usr/bin/env python
-#
-print "\nWelcome to the master File Type Tester Interface"
-print "Authors: Scott 'JT' Mengel and Dave Silverman"
-print "\nPlease select the test(s) you want to run, in the order you want to run them, seperated by commas.\n"
-print "1. Simple File Type Variety Test, as images"
-print "2. Simple File Type variety Test, as sprites"
-print "3. Selected Scalability Test"
-file=open('./localfile','a')
-keyIn=0
-
-while 1:
- try:
- keyIn = int(raw_input(">"))
- print "You have selected %i"%keyIn
- file.seek(5)
- file.write("File Accessed!%s"%str(keyIn))
- break
- except ValueError:
- print "Error: out of bounds."
diff --git a/anim/completeTest/localfile b/anim/completeTest/localfile
deleted file mode 100644
index 4f70f41..0000000
--- a/anim/completeTest/localfile
+++ /dev/null
@@ -1 +0,0 @@
-File Accessed!1 \ No newline at end of file
diff --git a/anim/completeTest/testresult.csv b/anim/completeTest/testresult.csv
deleted file mode 100644
index e69de29..0000000
--- a/anim/completeTest/testresult.csv
+++ /dev/null