Skip to content

Commit

Permalink
Added cfg import to multiple test_ files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Lai committed Nov 20, 2019
1 parent 91df57a commit 67be3eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ait/core/test/test_evr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import nose.tools

import ait
from ait.core import evr
from ait.core import cfg, evr


def test_evr_load():
Expand Down
2 changes: 1 addition & 1 deletion ait/core/test/test_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import nose

import ait
from ait.core import limits, tlm
from ait.core import cfg, limits, tlm

def test_limit_range():
"""
Expand Down
2 changes: 1 addition & 1 deletion ait/core/test/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import nose

from ait.core import table
from ait.core import cfg, table

TmpFilename = None

Expand Down
2 changes: 1 addition & 1 deletion ait/core/test/test_tlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import nose
from nose.tools import *

from ait.core import tlm
from ait.core import cfg, tlm


class TestTlmDictWriter(object):
Expand Down

0 comments on commit 67be3eb

Please sign in to comment.