ソースを参照

clean test classes

Bastien Sevajol 8 年 前
コミット
21196d486f
共有2 個のファイルを変更した0 個の追加11 個の削除を含む
  1. 0 6
      intelligine/tests/simulation/mode/TestChangeMode.py
  2. 0 5
      intelligine/tests/simulation/molecule/TestDirection.py

+ 0 - 6
intelligine/tests/simulation/mode/TestChangeMode.py ファイルの表示

@@ -1,9 +1,3 @@
1
-from os import getcwd
2
-from sys import path as ppath
3
-
4
-ppath.insert(1,getcwd()+'/modules')
5
-
6
-
7 1
 from intelligine.synergy.object.Food import Food
8 2
 from intelligine.tests.simulation.mode.Base import Base
9 3
 from intelligine.synergy.Colony import Colony

+ 0 - 5
intelligine/tests/simulation/molecule/TestDirection.py ファイルの表示

@@ -1,11 +1,6 @@
1
-from os import getcwd
2
-from sys import path as ppath
3 1
 from intelligine.core.exceptions import NoMolecule
4 2
 from intelligine.simulation.molecule.Molecule import Molecule
5 3
 from intelligine.simulation.molecule.MoleculeFlavour import MoleculeFlavour
6
-
7
-ppath.insert(1,getcwd()+'/modules')
8
-
9 4
 from intelligine.tests.simulation.molecule.Base import Base
10 5
 from intelligine.simulation.molecule.DirectionMolecule import DirectionMolecule
11 6
 from intelligine.core.Context import Context