fixed test rel path includes
This commit is contained in:
parent
20aaa98c23
commit
cae72d92cb
@ -15,7 +15,7 @@ limitations under the License.
|
||||
"""
|
||||
|
||||
import sys
|
||||
sys.path.append('../..')
|
||||
sys.path.append('../cellular_automaton')
|
||||
|
||||
from cellular_automaton import *
|
||||
import unittest
|
||||
|
@ -15,10 +15,10 @@ limitations under the License.
|
||||
"""
|
||||
|
||||
import sys
|
||||
sys.path.append('../..')
|
||||
sys.path.append('../cellular_automaton')
|
||||
|
||||
from cellular_automaton.cellular_automaton.cell import Cell
|
||||
from cellular_automaton.cellular_automaton.cell_state import CellState
|
||||
from cellular_automaton.cell import Cell
|
||||
from cellular_automaton.cell_state import CellState
|
||||
import unittest
|
||||
|
||||
|
||||
|
@ -15,9 +15,9 @@ limitations under the License.
|
||||
"""
|
||||
|
||||
import sys
|
||||
sys.path.append('../..')
|
||||
sys.path.append('../cellular_automaton')
|
||||
|
||||
from cellular_automaton.cellular_automaton import cell_state as cell_state
|
||||
from cellular_automaton import cell_state
|
||||
import unittest
|
||||
|
||||
|
||||
|
@ -15,11 +15,11 @@ limitations under the License.
|
||||
"""
|
||||
|
||||
import sys
|
||||
sys.path.append('../..')
|
||||
sys.path.append('../cellular_automaton')
|
||||
|
||||
from cellular_automaton.cellular_automaton import *
|
||||
from cellular_automaton.cellular_automaton.cell_state import CellState
|
||||
from cellular_automaton.cellular_automaton.state import CellularAutomatonState
|
||||
from cellular_automaton import *
|
||||
from cellular_automaton.cell_state import CellState
|
||||
from cellular_automaton.state import CellularAutomatonState
|
||||
import unittest
|
||||
import mock
|
||||
|
||||
|
@ -15,9 +15,9 @@ limitations under the License.
|
||||
"""
|
||||
|
||||
import sys
|
||||
sys.path.append('../..')
|
||||
sys.path.append('../cellular_automaton')
|
||||
|
||||
from cellular_automaton import cellular_automaton as csn
|
||||
import cellular_automaton as csn
|
||||
import unittest
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user