nico 8 жил өмнө
parent
commit
8e3d9211e9

+ 3 - 3
neurons/script/tests/test_script.py

@@ -9,7 +9,7 @@ from core.FileManager import FileManager
 class TestScript(unittest.TestCase):
 
     def setUp(self):
-        self.path="path"
+        self.path = "path"
         self.random = "random"
 
     def testParameters(self):
@@ -31,8 +31,8 @@ class TestScript(unittest.TestCase):
         }
         run_test_missing_param(parameters)
 
-        # ramdom path
-        self.path="/tmp/iamarandompath/anotherrandompath/kalliope"
+        # random path
+        self.path = "/tmp/iamarandompath/anotherrandompath/kalliope"
         parameters = {
             "path": self.path
         }