From df9cbc04ec0c4c4bd0e36b9521f7ddaaa4b7ed9f Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 25 Jul 2013 11:57:01 -0700 Subject: [PATCH] adjusted test script: all tests pass * renamed scripts/propka.py to propka31.py so that it can be run without import issues * ran the tests and no difference to the fixtures was detected --- Tests/runtest.py | 2 +- scripts/{propka.py => propka31.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{propka.py => propka31.py} (100%) diff --git a/Tests/runtest.py b/Tests/runtest.py index d82c7c4..e73517a 100755 --- a/Tests/runtest.py +++ b/Tests/runtest.py @@ -18,7 +18,7 @@ for pdb in pdbs: print('RUNNING '+pdb) # Run pka calculation - call([sys.executable, '../propka.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+')) + call([sys.executable, '../scripts/propka31.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+')) # Test pka predictiona result = open('results/'+pdb+'.dat','r') diff --git a/scripts/propka.py b/scripts/propka31.py similarity index 100% rename from scripts/propka.py rename to scripts/propka31.py